forked from norman/fusionpbx-install.sh-github-mirror
* adding devuan * add devaun desc to README make update and upgrade more noisy correct path for devuan in pre-install * some untested code for the source install - source installation is broken in Debian installation script and I have not debugged the problem. Focusing on the packaged version first.
15 lines
314 B
Plaintext
Executable File
15 lines
314 B
Plaintext
Executable File
# Fail2Ban configuration file
|
|
|
|
[Definition]
|
|
# Option: failregex
|
|
# Notes.: Regexp to catch a generic call from an IP address.
|
|
# Values: TEXT
|
|
#
|
|
failregex = ^<HOST> -.*"(GET|POST).*HTTP.*"$
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|