Gianluca Giacometti
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
dnsapi/dns_fmdns.sh
|
@ -14,7 +14,7 @@ |
|
|
|
|
|
|
|
|
# IMPORTANT NOTE: set the validation delay at a minimum value of 360s, since facileManager usually updates dns zones every 300s |
|
|
# 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() { |
|
|
dns_fmdns_add() { |
|
|
fulldomain="${1}" |
|
|
fulldomain="${1}" |
|
@ -88,7 +88,7 @@ dns_fmdns_rm() { |
|
|
return $? |
|
|
return $? |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#################### Private functions below ################################## |
|
|
|
|
|
|
|
|
##################### Private functions ##################### |
|
|
|
|
|
|
|
|
_fmDnsApi_addRecord() { |
|
|
_fmDnsApi_addRecord() { |
|
|
_info "Connecting to ${FMDNS_API_ENDPOINT}" |
|
|
_info "Connecting to ${FMDNS_API_ENDPOINT}" |
|
|