Dan
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
dnsapi/dns_pdnsMysql.sh
|
|
|
@ -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 |
|
|
|
|