mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Unable to update OpenDNS Dynamic IP Update #445
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Questinghero on GitHub (Sep 25, 2024).
When I try to update OpenDNS, it fails, other work fine. My network in OpenDNS is listed as "home" so I don't know what else to put under "domain". I have the free OpenDNS, but I believe it should still work. for domain, I have tried:
"home"
"Home"
"home."
".home"
""
""
"home."
Running version latest built on 2024-09-19T14:24:22.858Z (commit
c16287e)Logs:
ddns-updater | 2024-09-25T14:14:16Z INFO reading JSON config from file /updater/data/config.json
ddns-updater | 2024-09-25T14:14:16Z ERROR extracting owners from domains: extracting effective TLD+1: publicsuffix: cannot derive eTLD+1 for domain "home"
ddns-updater | 2024-09-25T14:14:16Z INFO Shutdown successful
Configuration file (remove your credentials!):
{
"settings": [
{
"provider": "duckdns",
"domain": "(removed).duckdns.org",
"token": "(removed)",
"ip_version": "ipv4",
"ipv6_suffix": ""
},
{
"provider": "opendns",
"domain": "home",
"username": "(removed)",
"password": "(removed)",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}
Host OS:
Debian
@AnthonyCW1999 commented on GitHub (Feb 18, 2025):
Having the same issue. Namecheap is working great. But there are no domains to be entered from OpenDNS. Any ideas?