mirror of
https://github.com/openwrt/packages.git
synced 2025-07-19 05:04:30 +00:00
* switch to dstnat chain from dstnat_lan chain for dns & tor policies (thanks @egc112) * re-introduce procd_lan_interface for better LAN detection * improve is_domain function * introduce health-check for requried fw4 chains * bugfix: avoid double counters for dns policies * bugfix: remove faulty counters for tor policies * rename interface_process to process_interface for better code readability * overhaul pbr.user.aws script for a much better performance and more compact (gzipped) storage of the ranges json locally (thanks @bigsmile74) Signed-off-by: Stan Grishin <stangri@melmac.ca>
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
chain pbr_dstnat {}
|
|
chain pbr_forward {}
|
|
chain pbr_input {}
|
|
chain pbr_output {}
|
|
chain pbr_prerouting {}
|
|
chain pbr_postrouting {}
|