Add the "BRIDGE_CONNECTIONS_ONLY" option to the sysadm.conf.dist which is distributed.

This commit is contained in:
Ken Moore
2016-05-27 13:44:17 -04:00
parent 2cc0b94db5
commit 0c6ef4dd85

View File

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