mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Fix dns_pdns.sh to use saved account conf
This commit is contained in:
@@ -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 #####################
|
||||
|
||||
Reference in New Issue
Block a user