Update 'debian-setup.sh'

This commit is contained in:
Newnius 2022-05-15 12:56:17 +00:00
parent af20f80422
commit 1d29e57d7e

View File

@ -102,6 +102,10 @@ fi
#echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf #echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
#sysctl -p #sysctl -p
# Disable ufw
systemctl stop ufw
systemctl disable ufw
# output # output
echo "[INFO] Setup finished" echo "[INFO] Setup finished"