Various updates to the fail2ban configuration.
* Update paths. * Update safe IPs. * Update ban time and detection thresholds. * Update email addresses. * Add more jails.
This commit is contained in:
parent
769062d4b6
commit
3ef1e08a32
3 changed files with 41 additions and 21 deletions
|
|
@ -35,14 +35,14 @@ logtarget = syslog[facility=LOCAL0]
|
|||
# communicate with the server afterwards.
|
||||
# Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.sock
|
||||
#
|
||||
socket = /var/run/fail2ban.sock
|
||||
socket = /run/fail2ban.sock
|
||||
|
||||
# Option: pidfile
|
||||
# Notes.: Set the PID file. This is used to store the process ID of the
|
||||
# fail2ban server.
|
||||
# Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.pid
|
||||
#
|
||||
pidfile = /var/run/fail2ban.pid
|
||||
pidfile = /run/fail2ban.pid
|
||||
|
||||
# Options: dbfile
|
||||
# Notes.: Set the file for the fail2ban persistent data to be stored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue