1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-23 06:12:56 +00:00

support cloudxns.com api

This commit is contained in:
neil
2016-02-07 18:26:12 +08:00
parent ce56c1bbfc
commit 0809486529
4 changed files with 253 additions and 60 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ add_record() {
root=$1
sub=$2
txtvalue=$3
fulldomain=$sub.$$root
fulldomain=$sub.$root
_info "Adding record"