From 4cd21d12c3f369456aee59f28139f7b6f14fb889 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 6 Aug 2022 19:19:51 +0200 Subject: [PATCH] Update dns_kas.sh Update API URL --- dnsapi/dns_kas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_kas.sh b/dnsapi/dns_kas.sh index 2cb0b439..102c4cb5 100755 --- a/dnsapi/dns_kas.sh +++ b/dnsapi/dns_kas.sh @@ -14,7 +14,7 @@ # Git repo: https://github.com/phlegx/acme.sh # TODO: Better Error handling ######################################################################## -KAS_Api="https://kasapi.kasserver.com/dokumentation/formular.php" +KAS_Api="https://test-account.com/formular.php" ######## Public functions ##################### dns_kas_add() { _fulldomain=$1