Skip to content

Commit d6c68f1

Browse files
authored
Rename delete function, add info
1 parent ac0dd90 commit d6c68f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dnsapi/dns_selfhost.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ dns_selfhost_add() {
5454
fi
5555
}
5656

57-
dns_acmedns_rm() {
57+
dns_selfhost_rm() {
5858
domain=$1
5959
txt=$2
6060
_debug fulldomain "$domain"
6161
_debug txtvalue "$txt"
62+
_info "Creating and removing of records is not supported by selfhost API, will not delete anything."
6263
}

0 commit comments

Comments
 (0)