8c7ed1cb7b
* Fixes compilation against eglibc * Fixes tracking logic when selectively restarting IPv4 or IPv6 firewall * Fixes tracking logic for user chains by differentiating between reloads and restarts * Introduces per-zone user chains {input,output,forwarding,prerouting,postrouting}_$zone_rule * Supports legacy "tcpudp" protocol notation again SVN-Revision: 35969
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
# This file is interpreted as shell script.
|
|
# Put your custom iptables rules here, they will
|
|
# be executed with each firewall (re-)start.
|
|
|
|
# Internal uci firewall chains are flushed and recreated on reload, so
|
|
# put custom rules into the root chains e.g. INPUT or FORWARD or into the
|
|
# special user chains, e.g. input_wan_rule or postrouting_lan_rule.
|