mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-09-21 15:46:28 +00:00
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@742 a942ae1a-1317-0410-a47c-b1dcaea8d605
18 lines
397 B
Text
18 lines
397 B
Text
# Fail2Ban configuration file
|
|
#
|
|
# Author: Arturo 'Buanzo' Busleiman <buanzo@buanzo.com.ar>
|
|
#
|
|
|
|
[Definition]
|
|
|
|
# Option: failregex
|
|
# Notes.: regex to match ALERTS as notified by lighttpd's FastCGI Module
|
|
# Values: TEXT
|
|
#
|
|
failregex = .*ALERT\ -\ .*attacker\ \'<HOST>\'
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|