mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
excluded dead reseeds
This commit is contained in:
parent
eb559f7b6a
commit
9510bba3b0
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue