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.
Raid
December 15, 2025, 9:11am
3
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!
piranin
December 15, 2025, 5:44pm
4
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.