Bug: Repeated refresh of IP without any changes #454

Closed
opened 2025-11-20 04:24:14 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @techteam-pro-discount on GitHub (Oct 21, 2024).

TLDR: Repeated IP Updates always from same IP to new one, without any changes

  1. Is this urgent: Yes (fills log, risk of ban).

  2. DNS provider(s) you use: Cloudflare

  3. Program version:

    Running version latest built on 2024-10-20T17:47:49.365Z (commit 949dcd9)

  4. What are you using to run the container: docker Container in Portainer

  5. Extra information (optional):
    I have a Fritzbox, last time my IP was changed was on 19.10.2024, still ddns updater reports every 15 minutes that the IP was 104.XX.. and not my IP it should but, but when ever i look in cloudflare or the fritzbox, the IP is correct.
    Btw i only use IPV4, not IPV6.

Logs:

Running version latest built on 2024-10-20T17:47:49.365Z (commit 949dcd9)
|       └── all
2024-10-21T07:22:36Z INFO ipv4 address of xyz.de is 104.XX.XX.XXX and your ipv4 address  is 90.XXX.XXX.XX

Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "cloudflare",
      "zone_identifier": "~snip~",
      "domain": "~snip~",
      "ttl": 1,
      "token": "~snip~",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

Host OS:
Ubuntu Server with Portainer

Originally created by @techteam-pro-discount on GitHub (Oct 21, 2024). **TLDR**: *Repeated IP Updates always from same IP to new one, without any changes* 1. Is this urgent: Yes (fills log, risk of ban). 2. DNS provider(s) you use: Cloudflare 3. Program version: <!-- See the line at the top of your logs --> `Running version latest built on 2024-10-20T17:47:49.365Z (commit 949dcd9)` 4. What are you using to run the container: docker Container in Portainer 5. Extra information (optional): I have a Fritzbox, last time my IP was changed was on 19.10.2024, still ddns updater reports every 15 minutes that the IP was 104.XX.. and not my IP it should but, but when ever i look in cloudflare or the fritzbox, the IP is correct. Btw i only use IPV4, not IPV6. Logs: ```log Running version latest built on 2024-10-20T17:47:49.365Z (commit 949dcd9) | └── all 2024-10-21T07:22:36Z INFO ipv4 address of xyz.de is 104.XX.XX.XXX and your ipv4 address is 90.XXX.XXX.XX ``` Configuration file (**remove your credentials!**): ```json { "settings": [ { "provider": "cloudflare", "zone_identifier": "~snip~", "domain": "~snip~", "ttl": 1, "token": "~snip~", "ip_version": "ipv4", "ipv6_suffix": "" } ] } ``` Host OS: Ubuntu Server with Portainer
Author
Owner

@techteam-pro-discount commented on GitHub (Oct 22, 2024):

For the people who wanna know what i did wrong:
forget so set proxied in the cloudflare settings

@techteam-pro-discount commented on GitHub (Oct 22, 2024): For the people who wanna know what i did wrong: forget so set proxied in the cloudflare settings
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#454