From: Roland Häder Date: Tue, 3 Jul 2012 21:28:13 +0000 (+0000) Subject: Fix for missing external IP address. This way makes it still possible to set an own... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac41d226f5bf65c932fb4122a2a4c9349bc2afa9;p=hub.git Fix for missing external IP address. This way makes it still possible to set an own one, like dynamic hostnames --- diff --git a/application/hub/config.php b/application/hub/config.php index 684948952..ccd347cec 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -604,6 +604,9 @@ $cfg->setConfigEntry('session_id', ''); // CFG: INTERNAL-IP $cfg->setConfigEntry('internal_ip', ConsoleTools::acquireSelfIPAddress()); +// CFG: EXTERNAL-IP +$cfg->setConfigEntry('external_ip', ''); + // CFG: NODE-STATUS $cfg->setConfigEntry('node_status', 'invalid');