forked from I2P_Developers/i2p.i2p
add reseeds requiring SNI
This commit is contained in:
@ -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) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user