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
When using a wrong password (or even a wrong user) the process exit with a code 0 letting think that everything ran smoothly. Which is not the case.
dyndnsc 0.6.1
Example to reproduce:
The demo.conf file
[dyndnsc]
configs = myconf_ipv4, myconf_ipv6
[myconf_ipv4]
# this will update your ipv4 address to the address# the detector dnswanip returns:use_preset = nsupdate.info:ipv4updater-hostname = test-demo.nsupdate.infoupdater-userid = test-demo.nsupdate.infoupdater-password = NotAValidPassworddetector = webcheck4
[myconf_ipv6]
# this will update your ipv6 address to the address# the detector dnswanip returns:use_preset = nsupdate.info:ipv6updater-hostname = test-demo.nsupdate.infoupdater-userid = test-demo.nsupdate.infoupdater-password = NotAValidPassworddetector = webcheck6
The commands:
dyndnsc -vvv -c ./demo.conf
echo$?
The text was updated successfully, but these errors were encountered:
Description
When using a wrong password (or even a wrong user) the process exit with a code 0 letting think that everything ran smoothly. Which is not the case.
dyndnsc 0.6.1
Example to reproduce:
The
demo.conf
fileThe commands:
The text was updated successfully, but these errors were encountered: