Kompiluje se
[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.300945 seconds and 4 git commands to generate.