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