mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add OpenVPN UDP port to DSCP
This commit is contained in:
parent
ded0ac376d
commit
04af5efe0a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ config classify
|
||||||
option direction 'both'
|
option direction 'both'
|
||||||
option proto 'udp'
|
option proto 'udp'
|
||||||
option class 'cs6'
|
option class 'cs6'
|
||||||
option dest_port '65001'
|
option dest_port '65001,65301'
|
||||||
option comment 'OMR vpn'
|
option comment 'OMR vpn'
|
||||||
|
|
||||||
config domains
|
config domains
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue