Skip to content

Instantly share code, notes, and snippets.

@pointhi
Created April 18, 2016 16:23
Show Gist options
  • Save pointhi/83a61107f14240dea3b346053b9f7c6e to your computer and use it in GitHub Desktop.
Save pointhi/83a61107f14240dea3b346053b9f7c6e to your computer and use it in GitHub Desktop.
# 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