add dns_xxx_rm function

https://github.com/Neilpang/acme.sh/issues/79
This commit is contained in:
neilpang
2016-10-25 23:08:02 +08:00
parent 800e3f4599
commit 5d6fd8099f
8 changed files with 58 additions and 0 deletions

View File

@ -78,7 +78,11 @@ dns_cf_add(){
}
#fulldomain
dns_cf_rm() {
fulldomain=$1
}
#################### Private functions bellow ##################################