mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-08 22:57:52 +00:00
Reseed list update + working on a (yet uncommited)SSLClient class so the httpsReseedHostList had to be commited as well.
This commit is contained in:
parent
0fca4e3e57
commit
eb073b09aa
17
Reseed.cpp
17
Reseed.cpp
@ -19,11 +19,24 @@ namespace data
|
|||||||
"http://cowpuncher.drollette.com/netdb/",
|
"http://cowpuncher.drollette.com/netdb/",
|
||||||
"http://i2p.mooo.com/netDb/",
|
"http://i2p.mooo.com/netDb/",
|
||||||
"http://reseed.info/",
|
"http://reseed.info/",
|
||||||
"http://reseed.pkol.de/",
|
|
||||||
"http://uk.reseed.i2p2.no/",
|
"http://uk.reseed.i2p2.no/",
|
||||||
|
"http://us.reseed.i2p2.no/",
|
||||||
|
"http://jp.reseed.i2p2.no/",
|
||||||
"http://i2p-netdb.innovatio.no/",
|
"http://i2p-netdb.innovatio.no/",
|
||||||
"http://ieb9oopo.mooo.com"
|
"http://ieb9oopo.mooo.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//TODO: Remember to add custom port support. Not all serves on 443
|
||||||
|
static std::vector<std::string> httpsReseedHostList = {
|
||||||
|
"https://193.150.121.66/netDb/",
|
||||||
|
"https://netdb.i2p2.no/",
|
||||||
|
"https://reseed.i2p-projekt.de/",
|
||||||
|
"https://cowpuncher.drollette.com/netdb/",
|
||||||
|
"https://i2p.mooo.com/netDb/",
|
||||||
|
"https://reseed.info/",
|
||||||
|
"https://i2p-netdb.innovatio.no/",
|
||||||
|
"https://ieb9oopo.mooo.com"
|
||||||
|
};
|
||||||
|
|
||||||
//TODO: Implement v2 reseeding. Lightweight zip library is needed.
|
//TODO: Implement v2 reseeding. Lightweight zip library is needed.
|
||||||
//TODO: Implement SU3, utils.
|
//TODO: Implement SU3, utils.
|
||||||
|
Loading…
Reference in New Issue
Block a user