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:
		
							parent
							
								
									8f490b9be7
								
							
						
					
					
						commit
						c1cae86176
					
				
					 1 changed files with 18 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -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'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue