mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Add VPN in DSCP
This commit is contained in:
parent
9c5736322e
commit
d0ddbaed69
1 changed files with 14 additions and 0 deletions
|
@ -18,6 +18,20 @@ config classify
|
||||||
option src_port '53,5353'
|
option src_port '53,5353'
|
||||||
option comment 'DNS tcp'
|
option comment 'DNS tcp'
|
||||||
|
|
||||||
|
config classify
|
||||||
|
option direction 'both'
|
||||||
|
option proto 'tcp'
|
||||||
|
option class 'cs6'
|
||||||
|
option src_port '65001,65301'
|
||||||
|
option comment 'OMR vpn'
|
||||||
|
|
||||||
|
config classify
|
||||||
|
option direction 'both'
|
||||||
|
option proto 'udp'
|
||||||
|
option class 'cs6'
|
||||||
|
option src_port '65001'
|
||||||
|
option comment 'OMR vpn'
|
||||||
|
|
||||||
config domains
|
config domains
|
||||||
option name 'googlevideo.com'
|
option name 'googlevideo.com'
|
||||||
option class 'cs4'
|
option class 'cs4'
|
||||||
|
|
Loading…
Reference in a new issue