From 0c6ef4dd8531fcf6432bdac4f1c3b1cd1c9fe998 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 27 May 2016 13:44:17 -0400 Subject: [PATCH] Add the "BRIDGE_CONNECTIONS_ONLY" option to the sysadm.conf.dist which is distributed. --- src/conf/sysadm.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/conf/sysadm.conf b/src/conf/sysadm.conf index dc85633..2740383 100644 --- a/src/conf/sysadm.conf +++ b/src/conf/sysadm.conf @@ -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 +