mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 09:38:40 -04:00
If the URL is within updates.json than it will not update the record. #48
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 @msrlrocket on GitHub (Jun 3, 2020).
Originally assigned to: @qdm12 on GitHub.
Hey, I think I discovered an issue that when the record is within updates.json it will no longer update the record if the IP changes. This is repeatable because as long as the updates.json exists it will not update the record. Delete the file and boot up the container and it will update the record.
Is this urgent?
What DNS service provider(s) are you using?
What's the version of the program?
See the line at the top of your logs
Running version latest built on 2020-06-01T21:16:36Z (commit 9ccdbbd)What are you using to run the container?
Extra information
Logs:
Configuration file (remove your credentials!):
Host OS:
UBUNTU
@qdm12 commented on GitHub (Jun 3, 2020):
Thanks for reporting this 🥇! It was indeed silently not updating because:
I have simply removed that check, relying on DNS lookup is more reliable in my opinion.
However, I can see
lookup netdata.URL on 127.0.0.11:53: no such hostas well as forshlink-server.URL, any reason for this? You're safe as in this case, they will be updated at every check period. Ideally though, it would only update them when necessary.Thanks!!