mirror of https://github.com/fail2ban/fail2ban
filter.d/proftpd.conf: added option `journalmatch` for systemd backend (closes gh-1613)
parent
d54c40bba5
commit
6110ba9cc3
|
@ -23,5 +23,8 @@ failregex = ^%(__prefix_line)s%(__hostname)s \(\S+\[<HOST>\]\)[: -]+ USER .*: no
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
|
[Init]
|
||||||
|
journalmatch = _SYSTEMD_UNIT=proftpd.service
|
||||||
|
|
||||||
# Author: Yaroslav Halchenko
|
# Author: Yaroslav Halchenko
|
||||||
# Daniel Black - hardening of regex
|
# Daniel Black - hardening of regex
|
||||||
|
|
Loading…
Reference in New Issue