소스 검색

Rename delete function, add info

Marvo2011 3 년 전
부모
커밋
d6c68f1a84
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      dnsapi/dns_selfhost.sh

+ 2 - 1
dnsapi/dns_selfhost.sh

@@ -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."
 }