From 177717a45953a0a580fc0e51146e652c8df5f5c2 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Tue, 28 Jul 2026 00:47:45 +0200 Subject: [PATCH] wg-client-status.sh aktualisiert --- wg-client-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg-client-status.sh b/wg-client-status.sh index 3ccdf4f..05a1495 100644 --- a/wg-client-status.sh +++ b/wg-client-status.sh @@ -1,7 +1,7 @@ #!/bin/bash # --- KONFIGURATION --- -URL="https://DEINE-DOMAIN.DE/pfad/zur/status.php" +URL="https://api.wg-automation.maieredv.cloud/api.php" MY_HOSTNAME=$(hostname) NETCLIENT=$(which netclient || echo "/usr/sbin/netclient")