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

@@ -61,6 +61,14 @@ dns_pdns_add() {
return 0
}
#fulldomain
dns_pdns_rm() {
fulldomain=$1
}
set_record() {
_info "Adding record"
root=$1