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
88687834
Commit
88687834
authored
Sep 07, 2018
by
LLeny
Browse files
Staging
parent
dc0dd658
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_namecheap.sh
View file @
88687834
...
@@ -7,7 +7,11 @@
...
@@ -7,7 +7,11 @@
#
#
######## Public functions #####################
######## Public functions #####################
NAMECHEAP_API
=
"https://api.sandbox.namecheap.com/xml.response"
if
[
"
$STAGE
"
-eq
1
]
;
then
NAMECHEAP_API
=
"https://api.sandbox.namecheap.com/xml.response"
else
NAMECHEAP_API
=
"https://api.namecheap.com/xml.response"
fi
#Usage: dns_namecheap_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
#Usage: dns_namecheap_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_namecheap_add
()
{
dns_namecheap_add
()
{
...
...
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