|
|
@ -137,8 +137,6 @@ _get_authentication() { |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_dns_dynv6_add_http() { |
|
|
|
_debug "Got HTTP token form _get_authentication method. Going to use the HTTP API" |
|
|
|
if ! _get_zone_id "$fulldomain"; then |
|
|
@ -176,7 +174,6 @@ _dns_dynv6_rm_http(){ |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#get the zoneid for a specifc record or zone |
|
|
|
#usage: _get_zone_id §record |
|
|
|
#where $record is the record to get the id for |
|
|
@ -287,4 +284,3 @@ _dynv6_rest() { |
|
|
|
_debug2 response "$response" |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|