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.

image

  1. Is this urgent?

    • Yes
    • No
  2. What DNS service provider(s) are you using?

    • Cloudflare
    • DDNSS.de
    • DonDominio
    • DNSOMatic
    • DNSPod
    • Dreamhost
    • DuckDNS
    • DynDNS
    • GoDaddy
    • Google
    • He.net
    • Infomaniak
    • Namecheap
    • NoIP
  3. 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)

  1. What are you using to run the container?

    • Docker run
    • Docker Compose
    • Kubernetes
    • Docker stack
    • Docker swarm
    • Podman
    • Other:
  2. 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)

Most upvoted comments

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