From 9dc797bc193046ffc8ac8e3e599af776dba18e49 Mon Sep 17 00:00:00 2001 From: Tone <66808319+Tone866@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:32:11 +0100 Subject: [PATCH] Update dns_myaddr.sh --- dnsapi/dns_myaddr.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dnsapi/dns_myaddr.sh b/dnsapi/dns_myaddr.sh index 891ede0b..dc3f47e8 100644 --- a/dnsapi/dns_myaddr.sh +++ b/dnsapi/dns_myaddr.sh @@ -24,6 +24,5 @@ dns_myaddr_add() { } dns_myaddr_rm() { - #this is just to prevent an error in acme.sh, myaddr will automatic remove the txts after few minutes - fulldomain=$1 + _debug "this is just to prevent an error in acme.sh, myaddr will automatic remove the txts after few minutes" }