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