Browse Source

formatting

pull/2973/head^2
StefanAbl 5 years ago
parent
commit
f8c8330258
  1. 4
      dnsapi/dns_dynv6.sh

4
dnsapi/dns_dynv6.sh

@ -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
}
Loading…
Cancel
Save