mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix DSCP for VPN
This commit is contained in:
parent
1306f80c25
commit
554230ea1d
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ config classify
|
|||
option direction 'both'
|
||||
option proto 'tcp'
|
||||
option class 'cs6'
|
||||
option src_port '65001,65301'
|
||||
option dst_port '65001,65301'
|
||||
option comment 'OMR vpn'
|
||||
|
||||
config classify
|
||||
option direction 'both'
|
||||
option proto 'udp'
|
||||
option class 'cs6'
|
||||
option src_port '65001'
|
||||
option dst_port '65001'
|
||||
option comment 'OMR vpn'
|
||||
|
||||
config domains
|
||||
|
|
Loading…
Reference in a new issue