Refactored badguys
[hcoop/zz_old/fwtool.git] / open.conf
CommitLineData
17bb0bf0
DO
1
2option iptables
3option clearall
4option createchains
5
6policy ACCEPT {
7 table filter chain (INPUT FORWARD OUTPUT);
8 table mangle chain (PREROUTING OUTPUT);
9 table nat chain (PREROUTING POSTROUTING OUTPUT);
10}