Bug: Webui dosn't update DuckDNS Current IP #560

Open
opened 2025-11-20 04:25:01 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @Logani06 on GitHub (Nov 1, 2025).

TLDR: If the IP Changes it gets not updated in the Webui but in DuckDNS it is the new one.

  1. Is this urgent: No

  2. DNS provider(s) you use: DuckDNS, Cloudflare

  3. Program version:

    Running version latest built on 2025-10-07T16:30:09.195Z (commit 95bcce2)

  4. What are you using to run the container: docker-compose

  5. Extra information (optional)

Logs:


Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "cloudflare",
      "zone_identifier": "xxxxxxxx",
      "domain": "txxxxxme.de",
      "ttl": 600,
      "email": "kxxxxxx@xxxxxx.com",
      "key": "fx9",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    },
    {
      "provider": "duckdns",
      "domain": "txxxxxme.duckdns.org",
      "token": "axxxxxxxx8",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

Host OS: Debian 13

Container Health:

2025-11-01T11:04:07+01:00 ERROR program is unhealthy: lookup IP addresses do not match: 84.161.106.71 instead of 84.161.104.169 for tkmshome.duckdns.org 2025-11-01T11:04:07+01:00 INFO Shutdown successful 
Originally created by @Logani06 on GitHub (Nov 1, 2025). <!-- YOU CAN CHAT THERE EVENTUALLY: https://github.com/qdm12/ddns-updater/discussions --> **TLDR**: *If the IP Changes it gets not updated in the Webui but in DuckDNS it is the new one.* 1. Is this urgent: No 2. DNS provider(s) you use: DuckDNS, Cloudflare 3. Program version: <!-- See the line at the top of your logs --> `Running version latest built on 2025-10-07T16:30:09.195Z (commit 95bcce2)` 4. What are you using to run the container: docker-compose 5. Extra information (optional) Logs: ```log ``` Configuration file (**remove your credentials!**): ```json { "settings": [ { "provider": "cloudflare", "zone_identifier": "xxxxxxxx", "domain": "txxxxxme.de", "ttl": 600, "email": "kxxxxxx@xxxxxx.com", "key": "fx9", "ip_version": "ipv4", "ipv6_suffix": "" }, { "provider": "duckdns", "domain": "txxxxxme.duckdns.org", "token": "axxxxxxxx8", "ip_version": "ipv4", "ipv6_suffix": "" } ] } ``` Host OS: Debian 13 Container Health: ```containerhealth 2025-11-01T11:04:07+01:00 ERROR program is unhealthy: lookup IP addresses do not match: 84.161.106.71 instead of 84.161.104.169 for tkmshome.duckdns.org 2025-11-01T11:04:07+01:00 INFO Shutdown successful ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#560