1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +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 config classify
option direction 'both' option direction 'both'
option proto 'icmp' option proto 'icmp'
option class 'cs5' option class 'cs7'
option comment 'ICMP' option comment 'ICMP'
config classify config classify
option direction 'both' option direction 'both'
option proto 'udp' option proto 'udp'
option class 'cs5' option class 'cs4'
option src_port '53,123,5353' option src_port '53,123,5353'
option comment 'DNS udp and NTP' option comment 'DNS udp and NTP'
config classify config classify
option direction 'both' option direction 'both'
option proto 'tcp' option proto 'tcp'
option class 'cs5' option class 'cs4'
option src_port '53,5353' option src_port '53,5353'
option comment 'DNS tcp' 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 config classify
option direction 'both' option direction 'both'
option proto 'tcp' option proto 'tcp'
option class 'cs6' option class 'cs6'
option dest_port '65001,65301,65011' option dest_port '65001,65301,65401,65011'
option comment 'OMR vpn' option comment 'OMR vpn'
config classify config classify
@ -32,6 +39,13 @@ config classify
option dest_port '65001,65301' option dest_port '65001,65301'
option comment 'OMR vpn' 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 config domains
option name 'googlevideo.com' option name 'googlevideo.com'
option class 'cs4' option class 'cs4'