excluded dead reseeds

This commit is contained in:
orignal 2015-05-12 11:56:42 -04:00
parent eb559f7b6a
commit 9510bba3b0

View File

@ -27,7 +27,8 @@ namespace data
static std::vector<std::string> httpReseedHostList = {
"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 = {