-
I adapted the example for DuckDNS like this: {
"provider": "DuckDNS",
"password": "",
"login_token": "XXXXXXXXXXXXX",
"domains": [
{
"domain_name": "www.duckdns.org",
"sub_domains": ["XXXXXXXXXXX"]
}
],
"resolver": "8.8.8.8",
"ip_urls": ["https://api64.ipify.org"],
"ip_type": "IPv6",
"interval": 60,
"socks5_proxy": ""
} When I start GoDNS with
The DNS record is not being updated and there are no error messages. Is there a verbose mode or something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Set |
Beta Was this translation helpful? Give feedback.
-
BTW, it seems that you are using the IPv6 mode, I think you should set the |
Beta Was this translation helpful? Give feedback.
-
Yes and yes! Thx for the quick help! |
Beta Was this translation helpful? Give feedback.
BTW, it seems that you are using the IPv6 mode, I think you should set the
ipv6_urls
instead, not theip_urls