mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Change proxy firewall priority
This commit is contained in:
		
							parent
							
								
									4be2308e8b
								
							
						
					
					
						commit
						5f14176388
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -43,7 +43,7 @@ let type, hook, priority, redir_port; | |||
| if (proto == "tcp") { | ||||
| 	type = "nat"; | ||||
| 	hook = "prerouting"; | ||||
| 	priority = -1; | ||||
| 	priority = 1; | ||||
| 	redir_port = o_redir_tcp_port; | ||||
| } else if (proto == "udp") { | ||||
| 	type = "filter"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue