Andrew V.
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
dnsapi/dns_pdns.sh
|
|
@ -50,6 +50,9 @@ dns_pdns_add() { |
|
|
|
PDNS_Ttl="$DEFAULT_PDNS_TTL" |
|
|
|
fi |
|
|
|
|
|
|
|
# Ensure PDNS_Url has no trailing slash ('/') |
|
|
|
PDNS_Url="${PDNS_Url%/}" |
|
|
|
|
|
|
|
#save the api addr and key to the account conf file. |
|
|
|
_saveaccountconf_mutable PDNS_Url "$PDNS_Url" |
|
|
|
_saveaccountconf_mutable PDNS_ServerId "$PDNS_ServerId" |
|
|
|