From d42a36e7172e079d2ea3328d320e5be115b8bddb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 16 Feb 2011 12:59:07 +0000 Subject: [PATCH] New server IP is 188.138.90.169 --- inc/classes/main/console/class_ConsoleTools.php | 4 ++-- inc/config/config-hubmaster.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/classes/main/console/class_ConsoleTools.php b/inc/classes/main/console/class_ConsoleTools.php index 0b75e3ab..dca20929 100644 --- a/inc/classes/main/console/class_ConsoleTools.php +++ b/inc/classes/main/console/class_ConsoleTools.php @@ -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) { diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index d6e97bfc..19734259 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -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] ?> -- 2.30.2