ddns-updater: Bug: non-update shows as update
TLDR: Describe your issue in a one liner here
Hi Quentin,
Wanted to share some weirdness. IP has not changed in months. All IPs redacted are identical. No changes in months.
-
Is this urgent?
- Yes
- No
-
What DNS service provider(s) are you using?
- Cloudflare
- DDNSS.de
- DonDominio
- DNSOMatic
- DNSPod
- Dreamhost
- DuckDNS
- DynDNS
- GoDaddy
- He.net
- Infomaniak
- Namecheap
- NoIP
-
What’s the version of the program?
See the line at the top of your logs
Running version latest built on 2020-11-11T22:29:05Z (commit 166b0c7)
-
What are you using to run the container?
- Docker run
- Docker Compose
- Kubernetes
- Docker stack
- Docker swarm
- Podman
- Other:
-
Extra information
Logs:
Configuration file (remove your credentials!):
Host OS:
Ubuntu 20.04 LTS
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 23 (11 by maintainers)
@walderston you can specify a resolver for the container with
--dns 1.1.1.1
for example. I could support specifying it in the code but i think it’s better to leave up to the container setup.If you use the proxied option (only available for Cloudflare though), it won’t do a healthcheck for that record and won’t DNS resolve the hostname. Let me know if this is not happening for you.