fail2ban general settings

This commit is contained in:
Asif Bacchus 2018-09-29 15:58:30 -06:00
parent f0aaeac6e3
commit 7b708c3f19
1 changed files with 15 additions and 0 deletions

View 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