Update iptables.sh

This commit is contained in:
FusionPBX 2021-11-13 13:07:33 -07:00 committed by GitHub
parent c64169c145
commit dff9992b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,8 +22,9 @@ if [ ."$os_codename" = ."bullseye" ]; then
fi
#remove ufw
ufw reset
ufw disable
apt-get remove ufw
apt-get remove -y ufw
#apt-get purge ufw
#run iptables commands