Loading README +6 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,9 @@ it does not report errors. move username, password, domain name, update URL to $HOME/.ddclient-httprc then source that at run time. * TODO BUG when I just updated my domain. I do a dig, I get the old IP. I try a new update. I get "nochg". will I be blocked? extend crontab gap to 3 minutes? src/bin/ddclient-http +3 −2 Original line number Diff line number Diff line Loading @@ -82,10 +82,11 @@ do_update() { fi # check HTTP_RESPONSE case "$HTTP_RESPONSE" in KEYWORD=`echo $HTTP_RESPONSE|cut -d' ' -f1` case "$KEYWORD" in good) log "good: update accepted." return 0 ;; nochg) err "nochg: IP not changed." ;; nochg) log "nochg: IP not changed." ;; badauth) err "badauth: user or password incorrect." ;; abuse) err "abuse: hostname is blocked for update abuse." ;; dnserr) err "dnserr: DNS error encountered." ;; Loading Loading
README +6 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,9 @@ it does not report errors. move username, password, domain name, update URL to $HOME/.ddclient-httprc then source that at run time. * TODO BUG when I just updated my domain. I do a dig, I get the old IP. I try a new update. I get "nochg". will I be blocked? extend crontab gap to 3 minutes?
src/bin/ddclient-http +3 −2 Original line number Diff line number Diff line Loading @@ -82,10 +82,11 @@ do_update() { fi # check HTTP_RESPONSE case "$HTTP_RESPONSE" in KEYWORD=`echo $HTTP_RESPONSE|cut -d' ' -f1` case "$KEYWORD" in good) log "good: update accepted." return 0 ;; nochg) err "nochg: IP not changed." ;; nochg) log "nochg: IP not changed." ;; badauth) err "badauth: user or password incorrect." ;; abuse) err "abuse: hostname is blocked for update abuse." ;; dnserr) err "dnserr: DNS error encountered." ;; Loading