mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: DynDNS i set it up yet says Domain doesnt exisit #492
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 @comet424 on GitHub (Jan 27, 2025).
TLDR: Describe your issue in a one liner here
Is this urgent: Yes/No Yes
DNS provider(s) you use: Answer here DynDNS
Program version:
there is no logs for CasaOS version
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)What are you using to run the container: docker-compose not sure what it is
Extra information (optional)
when i run it and set it up it tells me domain doesnt exist also it adds a period in front
so if its hello.com as the domain on the page it says .hello.com
not sure if that period is causing the issue of cant be found
Logs:
Configuration file (remove your credentials!):
Host OS:
Ubuntu Server
CasaOS
found logs in CasaOS here you can see its doing the wrong domain its adding a period in front
i changed the important info to test.com and the ip address and user name
you can see it should be
test.com
not
.test.com
ddns-updater | 2025-01-28T14:34:11Z INFO obtaining ipv4 address succeeded after 1 failed try
ddns-updater | 2025-01-28T14:34:11Z WARN cannot DNS resolve .test.com after 5 tries: lookup .test.com: no such host
ddns-updater | 2025-01-28T14:34:11Z INFO ipv4 address of .test.com is invalid IP and your ipv4 address is 1.1.1.1
ddns-updater | 2025-01-28T14:34:11Z INFO Updating record [domain: test.com| host: | provider: dyn | ip: ipv4] to use 1.1.1.1
ddns-updater | 2025-01-28T14:34:21Z ERROR Get "https://test:***@members.dyndns.org/v3/update?hostname=.test.com&myip=1.1.1.1": context deadline exceeded
ddns-updater | 2025-01-28T14:39:13Z INFO obtaining ipv4 address succeeded after 1 failed try
ddns-updater | 2025-01-28T14:39:13Z WARN cannot DNS resolve .test.com after 5 tries: lookup .test.com: no such host
ddns-updater | 2025-01-28T14:39:13Z INFO ipv4 address of .test.com is invalid IP and your ipv4 address is 1.1.1.1
ddns-updater | 2025-01-28T14:39:13Z INFO Updating record [domain: test.com | host: | provider: dyn | ip: ipv4] to use 1.1.1.1
ddns-updater | 2025-01-28T14:39:14Z ERROR hostname does not exist