Unverified Commit d6c68f1a authored by Marvo2011's avatar Marvo2011 Committed by GitHub
Browse files

Rename delete function, add info

parent ac0dd90c
...@@ -54,9 +54,10 @@ dns_selfhost_add() { ...@@ -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."
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment