mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 12:46:19 +00:00
subport
This commit is contained in:
parent
dcffe55b18
commit
23c7c81e45
1 changed files with 2 additions and 1 deletions
3
x-ui.sh
3
x-ui.sh
|
@ -743,7 +743,8 @@ install_firewall() {
|
||||||
ufw allow ssh
|
ufw allow ssh
|
||||||
ufw allow http
|
ufw allow http
|
||||||
ufw allow https
|
ufw allow https
|
||||||
ufw allow 2053/tcp
|
ufw allow 2053/tcp #webPort
|
||||||
|
ufw allow 2096/tcp #subport
|
||||||
|
|
||||||
# Enable the firewall
|
# Enable the firewall
|
||||||
ufw --force enable
|
ufw --force enable
|
||||||
|
|
Loading…
Reference in a new issue