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

support cloudflare rm function

This commit is contained in:
neilpang
2016-12-06 14:58:36 +08:00
parent e2d494321c
commit 21f201e371
3 changed files with 46 additions and 9 deletions
+5 -2
View File
@@ -22,11 +22,14 @@ dns_myapi_add() {
return 1
}
#Usage: fulldomain
#Usage: fulldomain txtvalue
#Remove the txt record afer validation.
dns_myapi_rm() {
fulldomain=$1
txtvalue=$2
_info "Using myapi"
_debug fulldomain "$fulldomain"
_debug txtvalue "$txtvalue"
}
#################### Private functions bellow ##################################