fail2ban general settings
This commit is contained in:
parent
f0aaeac6e3
commit
7b708c3f19
15
etc/fail2ban/fail2ban.local
Normal file
15
etc/fail2ban/fail2ban.local
Normal file
@ -0,0 +1,15 @@
|
||||
#######
|
||||
### This file overrides the default settings found in /etc/fail2ban.conf
|
||||
### Customizations should be written here so that updates do NOT overwrite them!
|
||||
#######
|
||||
|
||||
### Set logging options
|
||||
## verbosity -- options: CRITICAL, ERROR (default), WARNING, NOTICE, INFO, DEBUG
|
||||
loglevel = INFO
|
||||
## log file location (suggest: /var/log/fail2ban.log)
|
||||
logtarget = /var/log/fail2ban.log
|
||||
|
||||
### Amount of time (in seconds) before HISTORY of bans are cleared. (NOTE: NOT
|
||||
### active bans! This is a record of previous)
|
||||
## Default: 86400 (1 day), Suggest: 604800 (7 days)
|
||||
dbpurgeage = 604800
|
Loading…
Reference in New Issue
Block a user