mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Add the "BRIDGE_CONNECTIONS_ONLY" option to the sysadm.conf.dist which is distributed.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
PORT=12150
|
||||
# - REST Server (started with the "-rest" CLI flag)
|
||||
PORT_REST=12151
|
||||
# - Disable the server and only allow outgoing connections (Websocket
|
||||
only)
|
||||
BRIDGE_CONNECTIONS_ONLY=false #[true/false]
|
||||
|
||||
### Blacklist options ###
|
||||
# - Number of minutes that an IP remains on the blacklist
|
||||
@@ -14,3 +17,4 @@ BLACKLIST_AUTH_FAIL_LIMIT=5
|
||||
# - Number of minutes of no activity from an IP before resetting the failure counter
|
||||
# (Note: A successful authorization will always reset the fail counter)
|
||||
BLACKLIST_AUTH_FAIL_RESET_MINUTES=10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user