mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
init.d: openwrt-minimal exclude localnet
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
set tpws_exclude4 {
|
||||
type ipv4_addr; flags interval; auto-merge;
|
||||
elements = { 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,169.254.0.0/16 }
|
||||
elements = { 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,169.254.0.0/16,127.0.0.0/8 }
|
||||
}
|
||||
set tpws_exclude6 {
|
||||
type ipv6_addr; flags interval; auto-merge;
|
||||
elements = { fc00::/7, fe80::/10 }
|
||||
elements = { fc00::/7, fe80::/10, ::1 }
|
||||
}
|
||||
chain tpws_pre {
|
||||
type nat hook prerouting priority dstnat; policy accept;
|
||||
|
Reference in New Issue
Block a user