mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
excluded dead reseeds
This commit is contained in:
parent
64dbd9abdf
commit
eb559f7b6a
1 changed files with 0 additions and 5 deletions
|
@ -26,12 +26,7 @@ namespace data
|
||||||
{
|
{
|
||||||
|
|
||||||
static std::vector<std::string> httpReseedHostList = {
|
static std::vector<std::string> httpReseedHostList = {
|
||||||
// "http://193.150.121.66/netDb/", // unstable
|
|
||||||
// "http://us.reseed.i2p2.no/", // misconfigured, not serving reseed data
|
|
||||||
// "http://jp.reseed.i2p2.no/", // Really outdated RIs
|
|
||||||
"http://netdb.i2p2.no/", // only SU3 (v2) support
|
"http://netdb.i2p2.no/", // only SU3 (v2) support
|
||||||
"http://i2p.mooo.com/netDb/",
|
|
||||||
"http://uk.reseed.i2p2.no/",
|
|
||||||
"http://i2p-netdb.innovatio.no/"
|
"http://i2p-netdb.innovatio.no/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue