mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-12 06:22:50 +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
|
DEFAULT_PDNS_TTL=60
|
||||||
|
|
||||||
|
if ! _exists mysql; then
|
||||||
|
_err "'mysql not found. It seems that mysql client is not installed.'"
|
||||||
|
fi
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
#Usage: add _acme-challenge.www.domain.com "123456789ABCDEF0000000000000000000000000000000000000"
|
#Usage: add _acme-challenge.www.domain.com "123456789ABCDEF0000000000000000000000000000000000000"
|
||||||
#fulldomain
|
#fulldomain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user