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")