mirror of https://github.com/fail2ban/fail2ban
removing a dot (typo)
The dot at the ignoregex did not belong there. Somehow it was added during the copying and pasting. Thanks for reporting it, I did not see it. Otherwise, empty ignoregexes are in all filters, and if they are missing, fail2ban client shows warnings when starting the filter, which I prefer avoiding.pull/603/head
parent
a8a43e8f38
commit
a71bb89ccd
|
@ -13,7 +13,7 @@ before = common.conf
|
|||
_daemon = nrpe
|
||||
failregex = ^%(__prefix_line)sHost <HOST> is not allowed to talk to us!\s*$
|
||||
= ^%(__prefix_line)sConnection from <HOST> closed. We don't support AF_INET6 addreess family in ACL\s*$
|
||||
ignoreregex =.
|
||||
ignoreregex =
|
||||
|
||||
|
||||
# DEV Notes:
|
||||
|
|
Loading…
Reference in New Issue