mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 09:38:40 -04:00
Bug: IPv4 and IPv6 addresses of the same host mismatched after daemon restart #199
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 @stelas on GitHub (Jul 18, 2022).
Originally assigned to: @qdm12 on GitHub.
TLDR: After a daemon restart, the persisted IP4 and IP6 addresses are not properly mapped to the corresponding host entries.
584597d)First start without updates.json:

Data file updates.json:
Restart with updates.json:

The IPv6 address is suddenly also in the IPv4 entry.
Host OS: Linux freya 5.18.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 15 Jul 2022 15:33:02 +0000 x86_64 GNU/Linux
@qdm12 commented on GitHub (Jan 19, 2024):
This should be fixed by https://github.com/qdm12/ddns-updater/pull/514 (merged a few days ago). If it's not, please comment here and I'll re-open the issue! Thanks for the detailed issue reporting this!