From b4c9c5cdca7b4c4194978a3d184807a4045eddeb Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Fri, 17 Nov 2017 17:23:36 +0100 Subject: [PATCH] new plugin, still WIP --- plugins.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins.cfg b/plugins.cfg index 305129b..08901e2 100644 --- a/plugins.cfg +++ b/plugins.cfg @@ -34,6 +34,11 @@ debug = True ipset_add_cmd = ipset -exist add authenticated-clients {client_ip} ipset_name = authenticated-clients +[portalclient] +mandatory = False +enabled = False +debug = True + # Dummy plugin to provide the client plugin with storage config while # simultaneously providing the manage_client tool with its storage config. [postgres]