Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Buggy config for ddclient >=3.11 #539

Open
guiniol opened this issue Nov 13, 2023 · 1 comment
Open

Buggy config for ddclient >=3.11 #539

guiniol opened this issue Nov 13, 2023 · 1 comment
Milestone

Comments

@guiniol
Copy link

guiniol commented Nov 13, 2023

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 ddclient/ddclient#590 for more details.

@ThomasWaldmann ThomasWaldmann added this to the 0.13 milestone Nov 13, 2023
@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented 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!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants