fix(f2b) update port definition for 'all'
- previous versions accepted 'all' - newer versions require explicit port range
This commit is contained in:
		
							parent
							
								
									a9119bb4e3
								
							
						
					
					
						commit
						fe5a9cd3c7
					
				| @ -1,7 +1,7 @@ | ||||
| [ufw-probe] | ||||
| 
 | ||||
| # We specify all ports since probing attacks are not limited to any one port. | ||||
| port        = all | ||||
| port        = 0:65535 | ||||
| 
 | ||||
| # This should be specified in your jail.conf but we'll put it here just in case. | ||||
| # The localhost might have reasons to probe itself, so it should never be | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user