mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Help: Cloudflare sends out changed notification every cycle even though IP address does not change #227
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 @samcro1967 on GitHub (Oct 21, 2022).
Every time ddns-updater runs, I get a notification that the Cloudflare IP address has been updated even though it has not changed. Guessing I am missing something in the config, but not sure what.
Logs:
Configuration file (remove your credentials!):
Host OS:
Ubuntu 22.04
@fustios commented on GitHub (Nov 12, 2022):
Had the same issue, but with the optional parameter
"proxied": trueit should worksee
https://github.com/qdm12/ddns-updater#special-case-cloudflare
and
https://github.com/qdm12/ddns-updater/blob/master/docs/cloudflare.md
@qdm12 commented on GitHub (Dec 7, 2022):
Thanks @fustios yeah that's most likely the missing config field 😉 Closing this
@samcro1967 commented on GitHub (Dec 7, 2022):
Yes, this did resolve the issue. Thanks.