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

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 ##################################