18 lines
602 B
Plaintext
18 lines
602 B
Plaintext
[Definition]
|
|
|
|
#######
|
|
### This file overrides the default settings in /etc/fail2ban/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 bans.)
|
|
## Default: 86400 (1 day), Suggest: 604800 (7 days)
|
|
dbpurgeage = 604800
|