]> git.mxchange.org Git - hub.git/commitdiff
Added commented out option to enable intranet usage
authorRoland Häder <roland@mxchange.org>
Fri, 8 Feb 2013 18:06:52 +0000 (18:06 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 8 Feb 2013 18:06:52 +0000 (18:06 +0000)
application/hub/config-local.php-dist

index 2df73dfc0798e0d617634f68171e440218f73f65..bf693f8e54ea6a14f073736bf564a5df8f12e7ad 100644 (file)
@@ -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');