From 20e3a587929118d4ba868bda0296d074fd8b2d53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 8 Feb 2013 18:06:52 +0000 Subject: [PATCH] Added commented out option to enable intranet usage --- application/hub/config-local.php-dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/hub/config-local.php-dist b/application/hub/config-local.php-dist index 2df73dfc0..bf693f8e5 100644 --- a/application/hub/config-local.php-dist +++ b/application/hub/config-local.php-dist @@ -46,7 +46,10 @@ $cfg->setConfigEntry('node_listen_port', 9060); $cfg->setConfigEntry('node_default_mode', 'regular'); // CFG: EXTERNAL-IP -// Use this if auto-detection fails! $cfg->setConfigEntry('external_ip', ''); +// Use this if auto-detection fails: $cfg->setConfigEntry('external_ip', ''); + +// CFG: ALLOW-PUBLISH-INTERNAL-IP +// Use this in intranet-only environment: $cfg->setConfigEntry('allow_publish_internal_ip', 'Y'); // CFG: HUB-BOOTSTRAP-NODES $cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); -- 2.39.2