2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 14:25:37 +00:00

Rename delete function, add info

This commit is contained in:
Marvo2011
2022-03-28 13:03:02 +02:00
committed by GitHub
parent ac0dd90c37
commit d6c68f1a84

View File

@@ -54,9 +54,10 @@ dns_selfhost_add() {
fi
}
dns_acmedns_rm() {
dns_selfhost_rm() {
domain=$1
txt=$2
_debug fulldomain "$domain"
_debug txtvalue "$txt"
_info "Creating and removing of records is not supported by selfhost API, will not delete anything."
}