You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
...
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 ddclient/ddclient#590 for more details.
The text was updated successfully, but these errors were encountered: