mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Make added date pattern specific to xrdp's format
This commit is contained in:
parent
6a2d2aa97a
commit
64983ecc29
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ failregex = ^%(__prefix_line)s%(authfail_re)s$
|
|||
|
||||
ignoreregex =
|
||||
|
||||
datepattern = ^\[?%%ExY%%Exm%%Exd[-|T]%%ExH:?%%ExM:?%%ExS(?:[.,]%%f)?(?:\s*%%z)?\]?
|
||||
datepattern = ^\[?%%ExY%%Exm%%Exd-%%ExH:%%ExM:%%ExS\]?
|
||||
^{DATE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue