From 4231ae903eeadbe2565d4758670083a51c439473 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Fri, 21 Apr 2023 12:13:16 +0200 Subject: [PATCH] Added logging --- run-rexuiz.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-rexuiz.sh b/run-rexuiz.sh index 45725ce..e88beee 100644 --- a/run-rexuiz.sh +++ b/run-rexuiz.sh @@ -13,6 +13,7 @@ if [ "$WHITELIST_ENABLED" = "true" ]; then for ip in "${allowed_ips[@]}" do ufw allow from "$ip" to any port 26000 proto udp + echo "Allowed IP: $ip" done ufw --force enable