diff --git a/Main-Installer_V0.1.sh b/Main-Installer_V0.1.sh index 806802a..56bce82 100644 --- a/Main-Installer_V0.1.sh +++ b/Main-Installer_V0.1.sh @@ -122,6 +122,12 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow command 0 0 * * * apt-get update -y && apt-get upgrade -y &&apt-get dist-upgrade -y EOF +ufw allow OpenSSH +ufw allow 443/tcp +ufw allow 80/tcp +ufw limit ssh +echo "y" | sudo ufw enable + #-------------------# # Install Phase #