Browse Source

excluded dead reseeds

pull/224/head
orignal 10 years ago
parent
commit
9510bba3b0
  1. 3
      Reseed.cpp

3
Reseed.cpp

@ -27,7 +27,8 @@ namespace data
static std::vector<std::string> httpReseedHostList = { static std::vector<std::string> httpReseedHostList = {
"http://netdb.i2p2.no/", // only SU3 (v2) support "http://netdb.i2p2.no/", // only SU3 (v2) support
"http://i2p-netdb.innovatio.no/" "http://i2p-netdb.innovatio.no/",
"http://193.150.121.66/netDb/"
}; };
static std::vector<std::string> httpsReseedHostList = { static std::vector<std::string> httpsReseedHostList = {

Loading…
Cancel
Save