firewall3: update to git head
[openwrt.git] / package / network / config / firewall3 / files / firewall.user
1 # This file is interpreted as shell script.
2 # Put your custom iptables rules here, they will
3 # be executed with each firewall (re-)start.
4
5 # Internal uci firewall chains are flushed and recreated on reload, so
6 # put custom rules into the root chains e.g. INPUT or FORWARD or into the
7 # special user chains, e.g. input_wan_rule or postrouting_lan_rule.