Browse Source

Update dns_fmdns.sh

pull/6173/head
Gianluca Giacometti 1 month ago
committed by GitHub
parent
commit
12fc118f5d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      dnsapi/dns_fmdns.sh

4
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}"

Loading…
Cancel
Save