mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
合并Ysurac/develop的拉取请求#117
修复和更改DSCP优先级
This commit is contained in:
commit
07b996bea7
1 changed files with 3 additions and 3 deletions
|
@ -22,20 +22,20 @@ config classify
|
||||||
option direction 'both'
|
option direction 'both'
|
||||||
option proto 'tcp'
|
option proto 'tcp'
|
||||||
option class 'cs4'
|
option class 'cs4'
|
||||||
option src_port '65500'
|
option dest_port '65500'
|
||||||
option comment 'OMR API'
|
option comment 'OMR API'
|
||||||
|
|
||||||
config classify
|
config classify
|
||||||
option direction 'both'
|
option direction 'both'
|
||||||
option proto 'tcp'
|
option proto 'tcp'
|
||||||
option class 'cs6'
|
option class 'cs7'
|
||||||
option dest_port '65001,65301,65401,65011'
|
option dest_port '65001,65301,65401,65011'
|
||||||
option comment 'OMR vpn'
|
option comment 'OMR vpn'
|
||||||
|
|
||||||
config classify
|
config classify
|
||||||
option direction 'both'
|
option direction 'both'
|
||||||
option proto 'udp'
|
option proto 'udp'
|
||||||
option class 'cs6'
|
option class 'cs7'
|
||||||
option dest_port '65001,65301'
|
option dest_port '65001,65301'
|
||||||
option comment 'OMR vpn'
|
option comment 'OMR vpn'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue