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

Modify and add some DSCP ports

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-02-23 15:09:56 +01:00
parent 8f490b9be7
commit c1cae86176

View file

@ -1,28 +1,35 @@
config classify
option direction 'both'
option proto 'icmp'
option class 'cs5'
option class 'cs7'
option comment 'ICMP'
config classify
option direction 'both'
option proto 'udp'
option class 'cs5'
option class 'cs4'
option src_port '53,123,5353'
option comment 'DNS udp and NTP'
config classify
option direction 'both'
option proto 'tcp'
option class 'cs5'
option class 'cs4'
option src_port '53,5353'
option comment 'DNS tcp'
config classify
option direction 'both'
option proto 'tcp'
option class 'cs4'
option src_port '65500'
option comment 'OMR API'
config classify
option direction 'both'
option proto 'tcp'
option class 'cs6'
option dest_port '65001,65301,65011'
option dest_port '65001,65301,65401,65011'
option comment 'OMR vpn'
config classify
@ -32,6 +39,13 @@ config classify
option dest_port '65001,65301'
option comment 'OMR vpn'
config classify
option direction 'both'
option proto 'tcp'
option class 'cs6'
option dest_port '65101,65228'
option comment 'OMR proxy'
config domains
option name 'googlevideo.com'
option class 'cs4'