mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Fix DSCP for VPN
This commit is contained in:
		
							parent
							
								
									1306f80c25
								
							
						
					
					
						commit
						554230ea1d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -22,14 +22,14 @@ config classify
 | 
			
		|||
        option direction 'both'
 | 
			
		||||
        option proto 'tcp'
 | 
			
		||||
        option class 'cs6'
 | 
			
		||||
        option src_port '65001,65301'
 | 
			
		||||
        option dst_port '65001,65301'
 | 
			
		||||
        option comment 'OMR vpn'
 | 
			
		||||
 | 
			
		||||
config classify
 | 
			
		||||
        option direction 'both'
 | 
			
		||||
        option proto 'udp'
 | 
			
		||||
        option class 'cs6'
 | 
			
		||||
        option src_port '65001'
 | 
			
		||||
        option dst_port '65001'
 | 
			
		||||
        option comment 'OMR vpn'
 | 
			
		||||
 | 
			
		||||
config domains
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue