Browse Source

Fix dns_pdns.sh to use saved account conf

pull/5328/head
sahsanu 1 month ago
committed by GitHub
parent
commit
1782eeb785
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      dnsapi/dns_pdns.sh

3
dnsapi/dns_pdns.sh

@ -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 #####################

Loading…
Cancel
Save