mirror of https://github.com/fail2ban/fail2ban
Browse Source
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@411 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
Cyril Jaquier
18 years ago
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
# Fail2Ban configuration file |
||||
# |
||||
# Author: Cyril Jaquier |
||||
# |
||||
# $Revision: 394 $ |
||||
# |
||||
|
||||
[Definition] |
||||
|
||||
# Option: failregex |
||||
# Notes.: regex to match the password failure messages in the logfile. |
||||
# Values: TEXT |
||||
# |
||||
failregex = [[]client (?P<host>\S*)[]] File does not exist: .*(\.php|\.asp) |
Loading…
Reference in new issue