mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Move ASN init at the end of OMR-ByPass init
This commit is contained in:
parent
32375110ac
commit
d0dbc9f1bb
1 changed files with 2 additions and 2 deletions
|
@ -945,10 +945,10 @@ start_service() {
|
|||
config_foreach _bypass_dest_port dest_port
|
||||
#echo "bypass src port"
|
||||
config_foreach _bypass_src_port src_port
|
||||
#echo "bypass asn"
|
||||
config_foreach _bypass_asn asns
|
||||
#echo "bypass domains"
|
||||
config_foreach _bypass_domains domains
|
||||
#echo "bypass asn"
|
||||
config_foreach _bypass_asn asns
|
||||
|
||||
# ip rule add prio 1 fwmark 0x4539 lookup 991337 > /dev/null 2>&1
|
||||
# ip -6 rule add prio 1 fwmark 0x6539 lookup 6991337 > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue