Migrate to newer ferm version and implement preliminary per-user rules
[hcoop/zz_old/fwtool.git] / open.conf
1
2 option clearall
3 option createchains
4
5 table filter chain (INPUT FORWARD OUTPUT) policy ACCEPT;
6 table mangle chain (PREROUTING OUTPUT) policy ACCEPT;
7 table nat chain (PREROUTING POSTROUTING OUTPUT) policy ACCEPT;
8