mirror of https://github.com/fail2ban/fail2ban
Update jail.conf
Documentation of parameters for action blocklist_de, closes gh-1940pull/1948/head
parent
0aeb91d1e2
commit
e07a8cda07
|
@ -186,10 +186,11 @@ action_cf_mwl = cloudflare[cfuser="%(cfemail)s", cftoken="%(cfapikey)s"]
|
||||||
|
|
||||||
# Report block via blocklist.de fail2ban reporting service API
|
# Report block via blocklist.de fail2ban reporting service API
|
||||||
#
|
#
|
||||||
# See the IMPORTANT note in action.d/blocklist_de.conf for when to
|
# See the IMPORTANT note in action.d/blocklist_de.conf for when to use this action.
|
||||||
# use this action. Create a file jail.d/blocklist_de.local containing
|
# Specify expected parameters in file action.d/blocklist_de.local or if the interpolation
|
||||||
# [Init]
|
# `action_blocklist_de` used for the action, set value of `blocklist_de_apikey`
|
||||||
# blocklist_de_apikey = {api key from registration]
|
# in your `jail.local` globally (section [DEFAULT]) or per specific jail section (resp. in
|
||||||
|
# corresponding jail.d/my-jail.local file).
|
||||||
#
|
#
|
||||||
action_blocklist_de = blocklist_de[email="%(sender)s", service=%(filter)s, apikey="%(blocklist_de_apikey)s", agent="%(fail2ban_agent)s"]
|
action_blocklist_de = blocklist_de[email="%(sender)s", service=%(filter)s, apikey="%(blocklist_de_apikey)s", agent="%(fail2ban_agent)s"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue