|  | @@ -298,7 +298,7 @@ def watch():
 | 
	
		
			
				|  |  |              ip = ipaddress.ip_address(addr)
 | 
	
		
			
				|  |  |              if ip.is_private or ip.is_loopback:
 | 
	
		
			
				|  |  |                continue
 | 
	
		
			
				|  |  | -            logWarn('%s matched rule id %d' % (addr, rule_id))
 | 
	
		
			
				|  |  | +            logWarn('%s matched rule id %d (regex: %s)' % (addr, rule_id, rule_regex))
 | 
	
		
			
				|  |  |              ban(addr)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  def snat4(snat_target):
 |