|
|
@ -20,20 +20,26 @@ namespace i2p |
|
|
|
{ |
|
|
|
{ |
|
|
|
namespace data |
|
|
|
namespace data |
|
|
|
{ |
|
|
|
{ |
|
|
|
static std::vector<std::string> httpsReseedHostList = |
|
|
|
static std::vector<std::string> httpsReseedHostList = |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
#ifdef MESHNET |
|
|
|
|
|
|
|
// meshnet i2p reseeds
|
|
|
|
|
|
|
|
"https://reseed.i2p.rocks:8443/" |
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
// mainline i2p reseeds
|
|
|
|
"https://reseed.i2p-projekt.de/", // Only HTTPS
|
|
|
|
"https://reseed.i2p-projekt.de/", // Only HTTPS
|
|
|
|
"https://i2p.mooo.com/netDb/", |
|
|
|
"https://i2p.mooo.com/netDb/", |
|
|
|
"https://netdb.i2p2.no/", // Only SU3 (v3) support, SNI required
|
|
|
|
"https://netdb.i2p2.no/", // Only SU3 (v3) support, SNI required
|
|
|
|
"https://us.reseed.i2p2.no:444/", |
|
|
|
"https://us.reseed.i2p2.no:444/", |
|
|
|
"https://uk.reseed.i2p2.no:444/", |
|
|
|
"https://uk.reseed.i2p2.no:444/", |
|
|
|
"https://i2p.manas.ca:8443/", |
|
|
|
"https://i2p.manas.ca:8443/", |
|
|
|
"https://i2p-0.manas.ca:8443/", |
|
|
|
"https://i2p-0.manas.ca:8443/", |
|
|
|
"https://reseed.i2p.vzaws.com:8443/", // Only SU3 (v3) support
|
|
|
|
"https://reseed.i2p.vzaws.com:8443/", // Only SU3 (v3) support
|
|
|
|
"https://user.mx24.eu/", // Only HTTPS and SU3 (v3) support
|
|
|
|
"https://user.mx24.eu/", // Only HTTPS and SU3 (v3) support
|
|
|
|
"https://download.xxlspeed.com/" // Only HTTPS and SU3 (v3) support
|
|
|
|
"https://download.xxlspeed.com/" // Only HTTPS and SU3 (v3) support
|
|
|
|
|
|
|
|
#endif |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
Reseeder::Reseeder() |
|
|
|
Reseeder::Reseeder() |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|