mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Help: I'm getting "domain is not valid" #415
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 @cc13com on GitHub (Jun 27, 2024).
TLDR: After starting my ddns-updater docker container I'm getting the error "domain is not valid"
Is this urgent: No
DNS provider(s) you use: GoIP.de
Program version: Running version latest built on 2024-06-27T13:12:29.849Z (commit
07d7645)What are you using to run the container: docker-compose up -d
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS: Debian LXC on Proxmox
@qdm12 commented on GitHub (Jun 27, 2024):
This is due to recent commit
07d7645d78, I have pushed158fed7c51to hopefully fix this, can you pull the latest image and try again?For details, the reason is
goip.deandgoip.itare effective TLDs ("eTLDs") which I didn't know, so I was expectinggoip.deto be the domain forMyDomain.goip.deandMyDomainto be the owner/host. In reality, the domain isMyDomain.goip.deand the owner/host is the root domain@.@cc13com commented on GitHub (Jun 28, 2024):
Hi @qdm12 , after pulling the latest container it works. Thanks.
Just one additional information: Before GoIP I tried it with DuckDNS with the same issue. But since GoIP is working for me I will not switch to DuckDNS. ;-)
@qdm12 commented on GitHub (Jun 28, 2024):
Funnily enough, I also fixed duckdns right after goip.de in
c345a788e3(which has the same problem as goip.de: duckdns.org is an eTLD). I appreciate you letting me know this, because I could definitely had missed out on it!