mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-27 23:41:45 +00:00
formatting
This commit is contained in:
parent
f5411ac9ab
commit
f8c8330258
@ -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…
Reference in New Issue
Block a user