Rev 70 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
- |
1 |
# Fail2ban reporting to badips.com
|
|
|
2 |
#
|
86 |
- |
3 |
# Note: This reports an IP only and does not actually ban traffic. Use
|
6 |
- |
4 |
# another action in the same jail if you want bans to occur.
|
|
|
5 |
#
|
|
|
6 |
# Set the category to the appropriate value before use.
|
|
|
7 |
#
|
|
|
8 |
# To get see register and optional key to get personalised graphs see:
|
|
|
9 |
# http://www.badips.com/blog/personalized-statistics-track-the-attackers-of-all-your-servers-with-one-key
|
|
|
10 |
|
|
|
11 |
[Definition]
|
|
|
12 |
|
70 |
- |
13 |
actionban = curl --fail --user-agent "<agent>" http://www.badips.com/add/<category>/<ip>
|
6 |
- |
14 |
|
|
|
15 |
[Init]
|
|
|
16 |
|
|
|
17 |
# Option: category
|
|
|
18 |
# Notes.: Values are from the list here: http://www.badips.com/get/categories
|
|
|
19 |
category =
|