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

@@ -56,6 +56,15 @@ dns_cx_add() {
return 1
}
#fulldomain
dns_cx_rm() {
fulldomain=$1
}
#usage: root sub
#return if the sub record already exists.
#echos the existing records count.