81749c35365d70a915748ea595e90b751fdeba2e
[mirrors/Programs.git] / php / hfirewall / unfw.sh
1 #!/bin/sh
2 #HFirewall Uninstall 0.1 Alpha
3 #This will disable IPTables blocking
4
5 iptables --flush
6 iptables --policy INPUT ACCEPT
7 iptables --policy OUTPUT ACCEPT
8 iptables --policy FORWARD ACCEPT
9
This page took 0.300028 seconds and 5 git commands to generate.