mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 19:12:45 +00:00
Update dns_fmdns.sh
This commit is contained in:
parent
15af878694
commit
12fc118f5d
@ -14,7 +14,7 @@
|
||||
|
||||
# IMPORTANT NOTE: set the validation delay at a minimum value of 360s, since facileManager usually updates dns zones every 300s
|
||||
|
||||
######## Public functions #####################
|
||||
##################### Public functions #####################
|
||||
|
||||
dns_fmdns_add() {
|
||||
fulldomain="${1}"
|
||||
@ -88,7 +88,7 @@ dns_fmdns_rm() {
|
||||
return $?
|
||||
}
|
||||
|
||||
#################### Private functions below ##################################
|
||||
##################### Private functions #####################
|
||||
|
||||
_fmDnsApi_addRecord() {
|
||||
_info "Connecting to ${FMDNS_API_ENDPOINT}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user