UFW Added

This commit is contained in:
Logan Kaval 2024-05-28 16:23:51 -05:00 committed by GitHub
parent a95273fa63
commit 2d89a56f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -134,6 +134,18 @@ plymouth-set-default-theme -R arch-glow # sets the theme and runs mkinitcpio
echo 'Plymouth theme installed'
echo -ne "
-------------------------------------------------------------------------
UFW Setup
-------------------------------------------------------------------------
pacman -Syu
pacman ufw -y
ufw status
ufw enable
ufw allow 443
ufw allow 80
ufw limit 22
-------------------------------------------------------------------------
Cleaning
-------------------------------------------------------------------------