mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-28 16:01:43 +00:00
formatting
This commit is contained in:
parent
f5411ac9ab
commit
f8c8330258
@ -137,8 +137,6 @@ _get_authentication() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_dns_dynv6_add_http() {
|
_dns_dynv6_add_http() {
|
||||||
_debug "Got HTTP token form _get_authentication method. Going to use the HTTP API"
|
_debug "Got HTTP token form _get_authentication method. Going to use the HTTP API"
|
||||||
if ! _get_zone_id "$fulldomain"; then
|
if ! _get_zone_id "$fulldomain"; then
|
||||||
@ -176,7 +174,6 @@ _dns_dynv6_rm_http(){
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#get the zoneid for a specifc record or zone
|
#get the zoneid for a specifc record or zone
|
||||||
#usage: _get_zone_id §record
|
#usage: _get_zone_id §record
|
||||||
#where $record is the record to get the id for
|
#where $record is the record to get the id for
|
||||||
@ -287,4 +284,3 @@ _dynv6_rest() {
|
|||||||
_debug2 response "$response"
|
_debug2 response "$response"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user