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