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.