reflect recent changes in docs

This commit is contained in:
Stefan Midjich 2017-11-20 22:45:23 +01:00
parent 404c6e4f95
commit d21a7b4ff9
1 changed files with 6 additions and 1 deletions

View File

@ -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