From 45af8ed7a30c97088f29f0a2bb6ffcd4ab1ee5d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 20 Apr 2011 23:23:01 +0000 Subject: [PATCH] Better IP than hostname --- inc/config/config-hubmaster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 9e1bb991..9e06c503 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', 'www.mxchange.org:9060'); +$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); // [EOF] ?> -- 2.30.2