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
Ivo Truxa 2014-02-03 23:12:56 +01:00
parent a8a43e8f38
commit a71bb89ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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: