mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Rename delete function, add info
This commit is contained in:
parent
ef8cb11707
commit
1054325b2d
@ -54,9 +54,10 @@ dns_selfhost_add() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
dns_acmedns_rm() {
|
dns_selfhost_rm() {
|
||||||
domain=$1
|
domain=$1
|
||||||
txt=$2
|
txt=$2
|
||||||
_debug fulldomain "$domain"
|
_debug fulldomain "$domain"
|
||||||
_debug txtvalue "$txt"
|
_debug txtvalue "$txt"
|
||||||
|
_info "Creating and removing of records is not supported by selfhost API, will not delete anything."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user