mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
new plugin, still WIP
This commit is contained in:
parent
9fafe3a2fb
commit
b4c9c5cdca
1 changed files with 5 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue