Fix dns_pdns.sh to use saved account conf

This commit is contained in:
sahsanu 2024-10-14 16:18:44 +02:00 committed by GitHub
parent 1aabb7d6de
commit 1782eeb785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env sh
# shellcheck disable=SC2034
dns_pdns_info='PowerDNS Server API
Site: PowerDNS.com
@ -10,7 +10,6 @@ Options:
PDNS_Ttl=60 Domain TTL. Default: "60".
'
DEFAULT_PDNS_TTL=60
######## Public functions #####################