Update dns_fmdns.sh

This commit is contained in:
Gianluca Giacometti 2024-12-27 19:58:57 +01:00 committed by GitHub
parent 15af878694
commit 12fc118f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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