mirror of https://github.com/fail2ban/fail2ban
				
				
				
			ENH: Added use_dns option
							parent
							
								
									6d6b734ea5
								
							
						
					
					
						commit
						0bdab4c2d7
					
				|  | @ -61,6 +61,7 @@ class JailReader(ConfigReader): | |||
| 	def getOptions(self): | ||||
| 		opts = [["bool", "enabled", "false"], | ||||
| 				["string", "logpath", "/var/log/messages"], | ||||
| 				["string", "use_dns", "warn"], | ||||
| 				["string", "backend", "auto"], | ||||
| 				["int", "maxretry", 3], | ||||
| 				["int", "findtime", 600], | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Lee Clemens
						Lee Clemens