add reseeds requiring SNI

This commit is contained in:
zzz
2016-05-24 15:06:55 +00:00
parent e518e670f2
commit bb8b3ebe8c

View File

@ -500,6 +500,9 @@ public class Reseeder {
}
if (!isSNISupported()) {
try {
URLList.remove(new URI("https://i2p.manas.ca:8443/"));
URLList.remove(new URI("https://i2p-0.manas.ca:8443/"));
URLList.remove(new URI("https://download.xxlspeed.com/"));
URLList.remove(new URI("https://netdb.i2p2.no/"));
} catch (URISyntaxException mue) {}
}