1
0
Fork 0
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:
Ycarus 2018-04-11 08:15:19 +02:00
parent e914931b3e
commit 9f8e93bd21
3 changed files with 10 additions and 6 deletions

View file

@ -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() {