From 2d89a56f72a886a529beacfc157a227b449e7c78 Mon Sep 17 00:00:00 2001 From: Logan Kaval <136924755+LoganKaval@users.noreply.github.com> Date: Tue, 28 May 2024 16:23:51 -0500 Subject: [PATCH] UFW Added --- scripts/3-post-setup.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/3-post-setup.sh b/scripts/3-post-setup.sh index bb5030d..3731f8f 100755 --- a/scripts/3-post-setup.sh +++ b/scripts/3-post-setup.sh @@ -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 -------------------------------------------------------------------------