mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: escape . in stunnel filter
This commit is contained in:
parent
c5a5f9da76
commit
1c5787174f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
failregex = ^ LOG\d\[\d+:\d+\]:\ SSL_accept from <HOST>:\d+ : (?P<CODE>[\dA-F]+): error:(?P=CODE):SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate$
|
||||
|
||||
datepattern = ^%Y.%m.%d %H:%M:%S
|
||||
datepattern = ^%Y\.%m\.%d %H:%M:%S
|
||||
|
||||
# DEV NOTES:
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue