Skip to content

Commit

Permalink
Fix dns_pdns.sh to use saved account conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsanu authored Oct 14, 2024
1 parent 1aabb7d commit 1782eeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dnsapi/dns_pdns.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env sh
# shellcheck disable=SC2034
dns_pdns_info='PowerDNS Server API
Site: PowerDNS.com
Expand All @@ -10,7 +10,6 @@ Options:
PDNS_Ttl=60 Domain TTL. Default: "60".
'


DEFAULT_PDNS_TTL=60

######## Public functions #####################
Expand Down

0 comments on commit 1782eeb

Please sign in to comment.