mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-31 12:21:43 -04:00
Bug: Previous IP's always N/A #353
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 @Jurrer on GitHub (Jan 25, 2024).
TLDR: Describe your issue in a one liner here
Even though updates.json has correct permissions, and is updated regularly, the Previous IP's section is always empty.
Isn't the correct behavior to list Previous IP's according to
updates.jsoncontents?Is this urgent: No
DNS provider(s) you use: not relevant
Program version:
Running version latest built on 2024-01-24T20:04:52.260Z (commit 7f0e858)What are you using to run the container: docker-compose
Logs:
Host OS:
Ubuntu Server
@qdm12 commented on GitHub (Jan 26, 2024):
What's the content of updates.json? Do you have at least 2 IP addresses for each record/setting in the file?
@Jurrer commented on GitHub (Jan 26, 2024):
I didn't want to upload it, as it's mostly personally identifying information, but here it is
@qdm12 commented on GitHub (Jan 27, 2024):
You can remove it, that's a regression introduced recently, I have the same bug. Thanks for reporting it!
@qdm12 commented on GitHub (Jan 27, 2024):
Fixed in
74168ad4abThis was a regression introduced in
7ed63a036e(my bad) two weeks ago. Thank you again for your help and time reporting all this 👍 !