mirror of https://github.com/fail2ban/fail2ban
BF: Add [Init] section to blocklist.de action
parent
b3c173795e
commit
630dd91dcd
|
@ -63,3 +63,24 @@ actionban = curl --fail --data-urlencode 'server=<email>' --data 'apikey=<apikey
|
||||||
# Values: CMD
|
# Values: CMD
|
||||||
#
|
#
|
||||||
actionunban =
|
actionunban =
|
||||||
|
|
||||||
|
[Init]
|
||||||
|
|
||||||
|
# Option: email
|
||||||
|
# Notes server email address, as per blocklise.de account
|
||||||
|
# Values: STRING Default: None
|
||||||
|
#
|
||||||
|
#email =
|
||||||
|
|
||||||
|
# Option: apikey
|
||||||
|
# Notes your user blocklist.de user account apikey
|
||||||
|
# Values: STRING Default: None
|
||||||
|
#
|
||||||
|
#apikey =
|
||||||
|
|
||||||
|
# Option: service
|
||||||
|
# Notes service name you are reporting on, typically aligns with filter name
|
||||||
|
# see http://www.blocklist.de/en/httpreports.html for full list
|
||||||
|
# Values: STRING Default: None
|
||||||
|
#
|
||||||
|
#service =
|
||||||
|
|
Loading…
Reference in New Issue