Pastebin
Create a Paste
Login / Register
Delete Ubuntu Firewall Chains
Added by
astuffedtiger
on December 21, 2017 11:03
#!/bin/bash for i in `iptables -L -n |grep ufw- |awk '{print $2}'` ; do iptables -X $i ; done
Comments
Commenting on pastes is coming soon!
×
Login
Register
Login
Registration is coming soon...