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

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