1
0
Fork 0
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:
suyuan 2021-04-17 10:21:34 +08:00 committed by GitHub
commit 07b996bea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,20 +22,20 @@ config classify
option direction 'both'
option proto 'tcp'
option class 'cs4'
option src_port '65500'
option dest_port '65500'
option comment 'OMR API'
config classify
option direction 'both'
option proto 'tcp'
option class 'cs6'
option class 'cs7'
option dest_port '65001,65301,65401,65011'
option comment 'OMR vpn'
config classify
option direction 'both'
option proto 'udp'
option class 'cs6'
option class 'cs7'
option dest_port '65001,65301'
option comment 'OMR vpn'