mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Rules to mark correctly bypassed traffic
This commit is contained in:
parent
e914931b3e
commit
9f8e93bd21
3 changed files with 10 additions and 6 deletions
|
@ -296,7 +296,7 @@ start_service() {
|
|||
ss_rules
|
||||
ss_rules6
|
||||
# Add rule to match traffic marked by firewall for bypass
|
||||
ip rule add prio 1 fwmark 0x539 lookup 991337
|
||||
ip rule add prio 1 fwmark 0x539 lookup 991337 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
stop_service() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue