Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Buggy config for ddclient >=3.11 #539

Open
guiniol opened this issue Nov 13, 2023 · 0 comments
Open

Buggy config for ddclient >=3.11 #539

guiniol opened this issue Nov 13, 2023 · 0 comments
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants