mirror of https://github.com/fail2ban/fail2ban
Update config/filter.d/webmin-auth.conf
Added '\s*$' to the regular expression to match the space written by webmin logs at line-endingspull/99/head
parent
dc67b24270
commit
f336d9f876
|
@ -18,8 +18,8 @@
|
||||||
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
||||||
# Values: TEXT
|
# Values: TEXT
|
||||||
#
|
#
|
||||||
failregex = webmin.* Non-existent login as .+ from <HOST>.*$
|
failregex = webmin.* Non-existent login as .+ from <HOST>\s*$
|
||||||
webmin.* Invalid login as .+ from <HOST>.*$
|
webmin.* Invalid login as .+ from <HOST>\s*$
|
||||||
|
|
||||||
# Option: ignoreregex
|
# Option: ignoreregex
|
||||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||||
|
|
Loading…
Reference in New Issue