Created
August 17, 2017 20:31
-
-
Save Hendrik44/b96c50fc72147942e09769d764a5d0e5 to your computer and use it in GitHub Desktop.
IP-Blacklist Fail2Ban Configuration
This file contains 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
[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