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 +