firewall.user 352 B

1234567
  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. # Internal uci firewall chains are flushed and recreated on reload, so
  5. # put custom rules into the root chains e.g. INPUT or FORWARD or into the
  6. # special user chains, e.g. input_wan_rule or postrouting_lan_rule.