mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
reflect recent changes in docs
This commit is contained in:
parent
404c6e4f95
commit
d21a7b4ff9
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue