Created
April 18, 2016 16:23
-
-
Save pointhi/83a61107f14240dea3b346053b9f7c6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fail2Ban configuration file | |
# | |
# Check fail2ban actions onto searx filters | |
# | |
# Author: Thomas Pointhuber | |
# | |
# revision: 1.0 | |
# | |
[Definition] | |
# Option: failregex | |
# Notes.: Regexp to catch searx fail2ban rules | |
# Values: TEXT | |
# | |
failregex = \[apache-searx-\w*\] Ban <HOST> | |
# Option: ignoreregex | |
# Notes.: regex to ignore. If this regex matches, the line is ignored. | |
# Values: TEXT | |
# | |
ignoreregex = |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment