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