Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
48bdfa23
Commit
48bdfa23
authored
Mar 19, 2018
by
Felipe Braz
Browse files
added doc header to dns_kinghost.sh
parent
2ff6f4d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_kinghost.sh
View file @
48bdfa23
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment