From eb073b09aa6aca3c964923270fb345c6b89c0d30 Mon Sep 17 00:00:00 2001 From: Meeh Date: Mon, 14 Jul 2014 20:16:04 +0200 Subject: [PATCH] Reseed list update + working on a (yet uncommited)SSLClient class so the httpsReseedHostList had to be commited as well. --- Reseed.cpp | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Reseed.cpp b/Reseed.cpp index 23c51dfe..ea7b7211 100644 --- a/Reseed.cpp +++ b/Reseed.cpp @@ -19,11 +19,24 @@ namespace data "http://cowpuncher.drollette.com/netdb/", "http://i2p.mooo.com/netDb/", "http://reseed.info/", - "http://reseed.pkol.de/", "http://uk.reseed.i2p2.no/", + "http://us.reseed.i2p2.no/", + "http://jp.reseed.i2p2.no/", "http://i2p-netdb.innovatio.no/", "http://ieb9oopo.mooo.com" - }; + }; + + //TODO: Remember to add custom port support. Not all serves on 443 + static std::vector 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 SU3, utils.