mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 20:14:13 +00:00
Update dns_pdnsMysql.sh
This commit is contained in:
parent
b656212f57
commit
6b8fb0543b
@ -12,6 +12,10 @@ PDNS_Ttl=60
|
||||
|
||||
DEFAULT_PDNS_TTL=60
|
||||
|
||||
if ! _exists mysql; then
|
||||
_err "'mysql not found. It seems that mysql client is not installed.'"
|
||||
fi
|
||||
|
||||
######## Public functions #####################
|
||||
#Usage: add _acme-challenge.www.domain.com "123456789ABCDEF0000000000000000000000000000000000000"
|
||||
#fulldomain
|
||||
|
Loading…
x
Reference in New Issue
Block a user