diff --git a/wg-client-status.sh b/wg-client-status.sh index 05a1495..487135b 100644 --- a/wg-client-status.sh +++ b/wg-client-status.sh @@ -1,7 +1,7 @@ #!/bin/bash # --- KONFIGURATION --- -URL="https://api.wg-automation.maieredv.cloud/api.php" +URL="https://gw-status.netmaker.maieredv.cloud/api.php" MY_HOSTNAME=$(hostname) NETCLIENT=$(which netclient || echo "/usr/sbin/netclient")