You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
2 years ago
|
# Fail2ban reporting to badips.com
|
||
|
#
|
||
|
# Note: This reports an 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 =
|