added www.myip.dk, and removed debug info

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4453 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-07-15 19:06:38 +00:00
parent cfd43e63cf
commit a2cefdf8f4

View File

@ -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")) ;
}