Update iptables.sh
This commit is contained in:
parent
c64169c145
commit
dff9992b83
|
|
@ -22,8 +22,9 @@ if [ ."$os_codename" = ."bullseye" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#remove ufw
|
#remove ufw
|
||||||
|
ufw reset
|
||||||
ufw disable
|
ufw disable
|
||||||
apt-get remove ufw
|
apt-get remove -y ufw
|
||||||
#apt-get purge ufw
|
#apt-get purge ufw
|
||||||
|
|
||||||
#run iptables commands
|
#run iptables commands
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue