Skip to content

Instantly share code, notes, and snippets.

@Hendrik44
Created August 17, 2017 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hendrik44/b96c50fc72147942e09769d764a5d0e5 to your computer and use it in GitHub Desktop.
Save Hendrik44/b96c50fc72147942e09769d764a5d0e5 to your computer and use it in GitHub Desktop.
IP-Blacklist Fail2Ban Configuration
[Definition]
# Option: failregex
# Notes : Detection of blocked ip addresses.
# Values: TEXT
#
failregex = ^<HOST> \[.*\]$
# Option: ignoreregex
# Notes : Regex to ignore.
# Values: TEXT
#
ignoreregex =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment