mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
added doc header to dns_kinghost.sh
This commit is contained in:
parent
2ff6f4d3cf
commit
48bdfa2377
@ -1,7 +1,16 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
#KINGHOST_username="xxxx@sss.com"
|
||||
#KINGHOST_Password="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
||||
############################################################
|
||||
# KingHost API support #
|
||||
# http://api.kinghost.net/doc/ #
|
||||
# #
|
||||
# Author: Felipe Keller Braz <felipebraz@kinghost.com.br> #
|
||||
# Report Bugs here: https://github.com/kinghost/acme.sh #
|
||||
# #
|
||||
# Values to export: #
|
||||
# export KINGHOST_username="email@provider.com" #
|
||||
# export KINGHOST_Password="xxxxxxxxxx" #
|
||||
############################################################
|
||||
|
||||
KING_Api="https://api.kinghost.net/acme"
|
||||
|
||||
@ -83,7 +92,6 @@ dns_kinghost_rm() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#################### Private functions below ##################################
|
||||
_kinghost_rest() {
|
||||
method=$1
|
||||
|
Loading…
Reference in New Issue
Block a user