From 6cd8b54181bf3c64c7e3785d4c1cf110d852315a Mon Sep 17 00:00:00 2001 From: LukasWRN <127308232+LukasWRN@users.noreply.github.com> Date: Sat, 6 Dec 2025 15:16:31 +0100 Subject: [PATCH] Update WTS_API endpoint to new URL --- dnsapi/dns_wts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_wts.sh b/dnsapi/dns_wts.sh index 71d3731e..0881dcec 100644 --- a/dnsapi/dns_wts.sh +++ b/dnsapi/dns_wts.sh @@ -10,7 +10,7 @@ Issues: github.com/acmesh-official/acme.sh/issues/6372 Author: Lukas Wärner (CEO) ' -WTS_API="https://wts-api.de/hosting/domain" +WTS_API="https://waerner-techservices.de/hosting/domain" ######## Public functions ######################