18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
# Fail2Ban configuration file
|
|
#
|
|
# Author: Nicolargo
|
|
#
|
|
[Definition]
|
|
|
|
# Option: failregex
|
|
# Filter Ban in the fail2ban.log
|
|
|
|
failregex = .*\ Ban\ <HOST>
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|
|
|