Bug: Unable to update OpenDNS Dynamic IP Update #445

Open
opened 2025-11-20 04:24:08 -05:00 by saavagebueno · 1 comment
Owner

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.
"

  1. Is this urgent: No
  2. DNS provider(s) you use: cloudflair currently
  3. Program version:
    Running version latest built on 2024-09-19T14:24:22.858Z (commit c16287e)
  4. What are you using to run the container: docker-compose (CasaOS)
  5. Extra information (optional)

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

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.*" 1. Is this urgent: No 2. DNS provider(s) you use: cloudflair currently 3. Program version: Running version latest built on 2024-09-19T14:24:22.858Z (commit c16287e) 4. What are you using to run the container: docker-compose (CasaOS) 5. Extra information (optional) 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
Author
Owner

@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?

@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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#445