mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51: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 direction 'both'
|
||||||
option proto 'tcp'
|
option proto 'tcp'
|
||||||
option class 'cs6'
|
option class 'cs6'
|
||||||
option src_port '65001,65301'
|
option dst_port '65001,65301'
|
||||||
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 'cs6'
|
||||||
option src_port '65001'
|
option dst_port '65001'
|
||||||
option comment 'OMR vpn'
|
option comment 'OMR vpn'
|
||||||
|
|
||||||
config domains
|
config domains
|
||||||
|
|
Loading…
Reference in a new issue