From 141287fe2110c31210fcc9540b1b37b539499bc0 Mon Sep 17 00:00:00 2001 From: LukasWRN <127308232+LukasWRN@users.noreply.github.com> Date: Mon, 26 May 2025 19:18:02 +0200 Subject: [PATCH] Update dns_wts.sh --- dnsapi/dns_wts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsapi/dns_wts.sh b/dnsapi/dns_wts.sh index 1a253566..b76de4a6 100644 --- a/dnsapi/dns_wts.sh +++ b/dnsapi/dns_wts.sh @@ -14,9 +14,9 @@ WTS_API="https://wts-api.de/hosting/domain" # TMP_RecordID=0 # Temporary Id of the creazed record will be safed here. -TMP_DIR="/tmp/acme-wts" -mkdir -p "$TMP_DIR" -TMP_RECORD_FILE="$TMP_DIR/${fulldomain//\*/_}.record_id" +# TMP_DIR="/tmp/acme-wts" +# mkdir -p "$TMP_DIR" +# TMP_RECORD_FILE="$TMP_DIR/${fulldomain//\*/_}.record_id" #Usage: dns_wts_add _acme-challenge.domain.waerner-techservices.de "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" dns_wts_add() {