From e07a8cda07c8b3c3e9ab6ed304ac547fcbff986c Mon Sep 17 00:00:00 2001 From: "Serg G. Brester" Date: Fri, 27 Oct 2017 15:26:17 +0200 Subject: [PATCH] Update jail.conf Documentation of parameters for action blocklist_de, closes gh-1940 --- config/jail.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/jail.conf b/config/jail.conf index 29ad4c96..fb76926d 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -186,10 +186,11 @@ action_cf_mwl = cloudflare[cfuser="%(cfemail)s", cftoken="%(cfapikey)s"] # Report block via blocklist.de fail2ban reporting service API # -# See the IMPORTANT note in action.d/blocklist_de.conf for when to -# use this action. Create a file jail.d/blocklist_de.local containing -# [Init] -# blocklist_de_apikey = {api key from registration] +# See the IMPORTANT note in action.d/blocklist_de.conf for when to use this action. +# Specify expected parameters in file action.d/blocklist_de.local or if the interpolation +# `action_blocklist_de` used for the action, set value of `blocklist_de_apikey` +# 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"]