Created
April 17, 2016 12:15
-
-
Save pointhi/62448600b197e28a2b0c5d7e320232fa 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 | |
# | |
# List of rss requests using searx | |
# | |
# Author: Thomas Pointhuber | |
# | |
# revision: 1.0 | |
# | |
[Definition] | |
# Option: failregex | |
# Notes.: Regexp to catch rss requests | |
# Values: TEXT | |
# | |
failregex = ^<HOST> -.*"(GET|POST)\s/(search)?.*&format=rss | |
# 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