Browse Source
cloudxns.net
cloudxns.net is the main domain.
pull/1881/head
Ephen
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
dnsapi/dns_cx.sh
|
@ -1,6 +1,6 @@ |
|
|
#!/usr/bin/env sh |
|
|
#!/usr/bin/env sh |
|
|
|
|
|
|
|
|
# Cloudxns.com Domain api |
|
|
|
|
|
|
|
|
# CloudXNS Domain api |
|
|
# |
|
|
# |
|
|
#CX_Key="1234" |
|
|
#CX_Key="1234" |
|
|
# |
|
|
# |
|
@ -19,7 +19,7 @@ dns_cx_add() { |
|
|
if [ -z "$CX_Key" ] || [ -z "$CX_Secret" ]; then |
|
|
if [ -z "$CX_Key" ] || [ -z "$CX_Secret" ]; then |
|
|
CX_Key="" |
|
|
CX_Key="" |
|
|
CX_Secret="" |
|
|
CX_Secret="" |
|
|
_err "You don't specify cloudxns.com api key or secret yet." |
|
|
|
|
|
|
|
|
_err "You don't specify cloudxns.net api key or secret yet." |
|
|
_err "Please create you key and try again." |
|
|
_err "Please create you key and try again." |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|