From: Roland Häder Date: Fri, 8 Feb 2013 18:06:52 +0000 (+0000) Subject: Added commented out option to enable intranet usage X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20e3a587929118d4ba868bda0296d074fd8b2d53;p=hub.git Added commented out option to enable intranet usage --- 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');