mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[GH-ISSUE #539] Buggy config for ddclient >=3.11 #381
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @guiniol on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/539
ddclient 3.11 introduces new IPv4/6 options and deprecates the non-versioned options. There is currently a bug with those deprecated options causing ddclient to push updates even if the IP does not change.
The fix, when known, is trivial:
replace
with
See https://github.com/ddclient/ddclient/issues/590 for more details.
@ThomasWaldmann commented on GitHub (Jul 24, 2024):
If somebody wants to work on this:
As long as we have ddclient versions out there requiring different configs, we should show clearly what the user needs depending on the ddclient version, like:
PRs welcome!