mirror of https://github.com/fail2ban/fail2ban
20 lines
631 B
Plaintext
20 lines
631 B
Plaintext
# Fail2ban reporting to badips.com
|
|
#
|
|
# Note: This reports and IP only and does not actually ban traffic. Use
|
|
# another action in the same jail if you want bans to occur.
|
|
#
|
|
# Set the category to the appropriate value before use.
|
|
#
|
|
# To get see register and optional key to get personalised graphs see:
|
|
# http://www.badips.com/blog/personalized-statistics-track-the-attackers-of-all-your-servers-with-one-key
|
|
|
|
[Definition]
|
|
|
|
actionban = curl --fail --user-agent "<agent>" http://www.badips.com/add/<category>/<ip>
|
|
|
|
[Init]
|
|
|
|
# Option: category
|
|
# Notes.: Values are from the list here: http://www.badips.com/get/categories
|
|
category =
|