]> git.mxchange.org Git - core.git/commitdiff
New server IP is 188.138.90.169
authorRoland Häder <roland@mxchange.org>
Wed, 16 Feb 2011 12:59:07 +0000 (12:59 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 16 Feb 2011 12:59:07 +0000 (12:59 +0000)
inc/classes/main/console/class_ConsoleTools.php
inc/config/config-hubmaster.php

index 0b75e3ab02281f0c5976b5afe79f24a113da69c7..dca2092968d04244e001a6c7fc2c762b72623585 100644 (file)
@@ -134,7 +134,7 @@ class ConsoleTools extends BaseFrameworkSystem {
         * Determines own remote IP address (e.g. can be used to probe if we are
         * reachable from outside by determining external IP and then connect to it.
         * This is accomblished by connecting to the IP of www.ship-simu.org which
-        * should default to 217.172.186.31 and requesting /ip.php which does only
+        * should default to 188.138.90.169 and requesting /ip.php which does only
         * return the content of $_SERVER['REMOTE_ADDR']. Of course, this method
         * requires a working Internet connection.
         *
@@ -151,7 +151,7 @@ class ConsoleTools extends BaseFrameworkSystem {
                $helperInstance = new ConsoleTools();
 
                // First get a socket
-               $socket = fsockopen('217.172.186.31', 80, $errorNo, $errorStr, 5);
+               $socket = fsockopen('188.138.90.169', 80, $errorNo, $errorStr, 5);
 
                // Check if there was an error else
                if ($errorNo > 0) {
index d6e97bfc9b2e2d8372ed5ca82cd750c3cee8a18d..1973425966b298e6f5ade686fdea4b411ed0caf1 100644 (file)
@@ -25,7 +25,7 @@
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: HUB-BOOTSTRAP-NODES
-$cfg->setConfigEntry('hub_bootstrap_nodes', '192.168.1.1:9061');
+$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9061');
 
 // [EOF]
 ?>