From d21a7b4ff9aa64d03c84baba15923f92feeb5ff5 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Mon, 20 Nov 2017 22:45:23 +0100 Subject: [PATCH] reflect recent changes in docs --- plugins.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins.cfg b/plugins.cfg index 08901e2..09f3bfc 100644 --- a/plugins.cfg +++ b/plugins.cfg @@ -7,6 +7,7 @@ enabled = True debug = True mandatory = True + # ***iptables plugin DEPRECATED in favor of ipset*** # # Runs an iptables command to add a rule, commonly used for captive portal @@ -34,12 +35,16 @@ debug = True ipset_add_cmd = ipset -exist add authenticated-clients {client_ip} ipset_name = authenticated-clients + +# Latest plugin that uses the portalclientlib to add clients in both DB and +# ipset. [portalclient] mandatory = False enabled = False debug = True -# Dummy plugin to provide the client plugin with storage config while + +# Dummy plugin to provide the portalclient plugin with storage config while # simultaneously providing the manage_client tool with its storage config. [postgres] hostname=localhost