Added junk found in ~harvie at harvie.cz
[mirrors/Programs.git] / php / hfirewall / unfw.sh
diff --git a/php/hfirewall/unfw.sh b/php/hfirewall/unfw.sh
new file mode 100755 (executable)
index 0000000..81749c3
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+#HFirewall Uninstall 0.1 Alpha
+#This will disable IPTables blocking
+
+iptables --flush
+iptables --policy INPUT ACCEPT
+iptables --policy OUTPUT ACCEPT
+iptables --policy FORWARD ACCEPT
+
This page took 0.12961 seconds and 4 git commands to generate.