mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
excluded dead reseeds
This commit is contained in:
parent
eb559f7b6a
commit
9510bba3b0
@ -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…
Reference in New Issue
Block a user