mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
filter.d/proftpd.conf: added option journalmatch for systemd backend (closes gh-1613)
This commit is contained in:
parent
d54c40bba5
commit
6110ba9cc3
1 changed files with 3 additions and 0 deletions
|
|
@ -23,5 +23,8 @@ failregex = ^%(__prefix_line)s%(__hostname)s \(\S+\[<HOST>\]\)[: -]+ USER .*: no
|
|||
|
||||
ignoreregex =
|
||||
|
||||
[Init]
|
||||
journalmatch = _SYSTEMD_UNIT=proftpd.service
|
||||
|
||||
# Author: Yaroslav Halchenko
|
||||
# Daniel Black - hardening of regex
|
||||
|
|
|
|||
Loading…
Reference in a new issue