1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Add VPN in DSCP

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-06-25 20:21:30 +02:00
parent 9c5736322e
commit d0ddbaed69

View file

@ -18,6 +18,20 @@ config classify
option src_port '53,5353'
option comment 'DNS tcp'
config classify
option direction 'both'
option proto 'tcp'
option class 'cs6'
option src_port '65001,65301'
option comment 'OMR vpn'
config classify
option direction 'both'
option proto 'udp'
option class 'cs6'
option src_port '65001'
option comment 'OMR vpn'
config domains
option name 'googlevideo.com'
option class 'cs4'