1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix and change DSCP priority

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-04-16 21:02:46 +02:00
parent 5a99339e6b
commit 2b77b200f4

View file

@ -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'