[GH-ISSUE #539] Buggy config for ddclient >=3.11 #381

Open
opened 2026-02-26 10:31:11 +03:00 by kerem · 1 comment
Owner

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

use=web, web=http://ipv4.nsupdate.info/myip

with

usev4=webv4, webv4=http://ipv4.nsupdate.info/myip

See https://github.com/ddclient/ddclient/issues/590 for more details.

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 ``` use=web, web=http://ipv4.nsupdate.info/myip ``` with ``` usev4=webv4, webv4=http://ipv4.nsupdate.info/myip ``` See https://github.com/ddclient/ddclient/issues/590 for more details.
Author
Owner

@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:

# for ddclient < x.y.z use:
...

# for ddclient >= x.y.z use:
...

PRs welcome!

<!-- gh-comment-id:2247560775 --> @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: ``` # for ddclient < x.y.z use: ... # for ddclient >= x.y.z use: ... ``` PRs welcome!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#381
No description provided.