Ddns-updater instalation

Hello, I’m posting the script I made so that if anyone needs to configure it, they can do it quite easily.

{
“settings”: [
{
“provider”: “duckdns”,
“domain”: “your domain”,
“token”: “your token”,
“ip_version”: “ipv4”
},
{
“provider”: “duckdns”,
“domain”: “your domain”,
“token”: “your token”,
“ip_version”: “ipv6”,
“optional”: true,
“suppress_errors”: true
}
]
}

You need to put this in the program’s config.json file.
It’s usually in appdata/ddns-updater on the disk.

2 Likes

If you have another provider, you have to remove DuckDNS.

That would be great!

Could you create a proper tutorial for beginners on how to create the script, with an example?

Also, I can’t find the folder appdata/ddns-updater on my disk.

However, I’m using a custom-built server!

I’ll create a tutorial for you showing where it is and what you need to change. No problem, as long as you specify the domain, this script will work for you.

1 Like

Sorry for the delay, I forgot to make the tutorial for you.
Here are the screenshots showing you where to go. In the last file you see, you need to extract it (it’s easier this way). Make a copy (just in case) and modify it with the script I gave you. Put it back in the folder, restart, and voila, it’s working!