This commit is contained in:
mhsanaei 2024-12-20 18:41:03 +01:00
parent dcffe55b18
commit 23c7c81e45
No known key found for this signature in database
GPG key ID: D875CD086CF668A0

View file

@ -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