Nothing to due with DNS service
DisDNS is just a simple proxy application to retrieve your remote (or home) IP address, when you cannot afford a static IP address and a domain name.
DisDNS use Discord bot as the front-end application, and ipify API to get your public IP address
- create your Discord bot
- create a
.env
file in the project root directory - copy and paste your Discord bot token to the
.env
file
export BOT_TOKEN = [YOUR DISCORD BOT TOKEN]
- source the
.env
file
source .env
- run the application
./DisDNS
Just send a message to the bot with "ip" to get your remote IP address