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