diff --git a/libretroshare/src/util/extaddrfinder.cc b/libretroshare/src/util/extaddrfinder.cc index e5327f73d..7dbd3e861 100644 --- a/libretroshare/src/util/extaddrfinder.cc +++ b/libretroshare/src/util/extaddrfinder.cc @@ -17,7 +17,7 @@ const uint32_t MAX_IP_STORE = 300; /* seconds ip address timeout */ -#define EXTADDRSEARCH_DEBUG +//#define EXTADDRSEARCH_DEBUG static const std::string ADDR_AGENT = "Mozilla/5.0"; @@ -292,6 +292,7 @@ ExtAddrFinder::ExtAddrFinder() : _addrMtx("ExtAddrFinder") _addr = (in_addr*)malloc(sizeof(in_addr)) ; _ip_servers.push_back(std::string( "checkip.dyndns.org" )) ; + _ip_servers.push_back(std::string( "www.myip.dk" )) ; _ip_servers.push_back(std::string( "showip.net" )) ; _ip_servers.push_back(std::string( "www.displaymyip.com")) ; }