|
@ -120,11 +120,13 @@ _duckdns_rest() { |
|
|
# DuckDNS uses GET to update domain info |
|
|
# DuckDNS uses GET to update domain info |
|
|
if [ "$method" = "GET" ]; then |
|
|
if [ "$method" = "GET" ]; then |
|
|
response="$(_get "$url")" |
|
|
response="$(_get "$url")" |
|
|
|
|
|
_debug2 response "$response" |
|
|
|
|
|
if [ "$DEBUG" -gt 0 ] && _contains "$response" "UPDATED" && _contains "$response" "OK"; then |
|
|
|
|
|
response="OK" |
|
|
|
|
|
fi |
|
|
else |
|
|
else |
|
|
_err "Unsupported method" |
|
|
_err "Unsupported method" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
_debug2 response "$response" |
|
|
|
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |