Update menu-ufw

This commit is contained in:
RaspbianProyect by HP3ICC 2023-04-07 01:58:09 +00:00
parent 67451a86f2
commit 8156d0ffe8
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ sudo ufw delete allow out to any port 443
sudo ufw default allow outgoing ;;
7)
sudo ufw allow out to any port 53
sudo ufw allow out to any port 5353
sudo ufw allow out to any port 80
sudo ufw allow out to any port 443 ;;
8)