]> git.mxchange.org Git - hub.git/commitdiff
New server IP is 188.138.90.169
authorRoland Häder <roland@mxchange.org>
Wed, 16 Feb 2011 12:58:21 +0000 (12:58 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 16 Feb 2011 12:58:21 +0000 (12:58 +0000)
application/hub/config.php
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php

index 369f43e9b74e5442968c60445e12f021786af8b8..8260f52cf1aa9e379a25687f97a5939fcc6e3ea5 100644 (file)
@@ -454,7 +454,7 @@ $cfg->setConfigEntry('peer_state_checked_package_class', 'NewConnectionPeerState
 $cfg->setConfigEntry('session_id', '');
 
 // CFG: EXTERNAL-IP
-$cfg->setConfigEntry('external_ip', 'free-search.homelinux.org');
+$cfg->setConfigEntry('external_ip', '');
 
 // CFG: PACKAGE-FRAGMENTER-CLASS
 $cfg->setConfigEntry('package_fragmenter_class', 'PackageFragmenter');
index c0d256556cee6fb6704d3524311aeb9a471596c7..48ca7ea73c0d5bbf9311961a877c2f79db868ea4 100644 (file)
@@ -76,7 +76,7 @@ class PackageRecipientDiscovery extends BaseHubDiscovery implements Discoverable
                                        // Use it as external ip
                                        $ip = $this->getConfigInstance()->getConfigEntry('external_ip');
                                } else {
-                                       // Determine own external ip by connecting to my (coder) server at 217.172.186.31
+                                       // Determine own external ip by connecting to my (coder) server at 188.138.90.169
                                        $ip = ConsoleTools::determineExternalIp();
                                }