diff --git a/x-ui.sh b/x-ui.sh index cc663afc..12be56dc 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -743,7 +743,8 @@ install_firewall() { ufw allow ssh ufw allow http ufw allow https - ufw allow 2053/tcp + ufw allow 2053/tcp #webPort + ufw allow 2096/tcp #subport # Enable the firewall ufw --force enable