mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update f2b+ufw.sh
This commit is contained in:
parent
8156d0ffe8
commit
f25fab947a
|
|
@ -1,4 +1,12 @@
|
|||
sudo apt update
|
||||
|
||||
if systemctl status iptables-persistent |grep active >/dev/null 2>&1
|
||||
then
|
||||
sudo systemctl stop iptables-persistent
|
||||
sudo systemctl disable iptables-persistent
|
||||
|
||||
fi
|
||||
|
||||
#ufw
|
||||
sudo apt install ufw -y
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue