mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: cloudflare updating always all DNS records of domain #442
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 @sunbrolynk on GitHub (Sep 24, 2024).
I have been using this and loving it.
Recently i decided i wanted to run a 2nd system at a friends house, and setup my basic stack with this included to monitor the only subdomain i wanted to be using his public.
I have 2 issues.
on my home system i removed the specified subdomain entry from my list, and it does not show up on the GUI, and is not called out in the log, and yet when the rest of the subdomains are updated this one is as well.
on my buddies system the system says it is running with no issues, but the first time it went off, despite being set to only the one subdomain, it updated all of them, since then i have gotten the one on my system updating again, and now even when restarting the container, it does not actually check, it says the IP is up to date on the UI but the log doesn't even show it checking, and despite being set to 5m intervals, it has not checked currently in 8 hours.
I'm sure its something I am doing wrong, so would just appreciate some help with whatever i messed up, my google work hasn't turned anything up for me yet, and didn't see a similar issue on here.
my config and compose files are the same on both systems
i removed the commented out config line in the compose file to clean up the visuals on this
@qdm12 commented on GitHub (Nov 21, 2024):
Try with
LOG_LEVEL=debug. Otherwise it doesn't log anything if nothing changed from last check.Having the logs set to debug also logs all the http requests/responses which can be useful to debunk what's going wrong.
The cloudflare code does things using record ids, so I doubt it would mix up updates and all, but let's find out with your logs!