forked from I2P_Developers/i2p.i2p
@@ -72,11 +72,13 @@ public class Reseeder {
|
||||
public static final String DEFAULT_SEED_URL =
|
||||
"http://i2p.mooo.com/netDb/" + "," +
|
||||
"http://193.150.121.66/netDb/" + "," +
|
||||
"http://netdb.i2p2.no/" + "," + // Only SU3 (v3) support
|
||||
// Disable due to misconfiguation (ticket #1466)
|
||||
//"http://us.reseed.i2p2.no/" + "," +
|
||||
"http://jp.reseed.i2p2.no/" + "," +
|
||||
"http://uk.reseed.i2p2.no/";
|
||||
// Down (ticket #1422)
|
||||
//"http://jp.reseed.i2p2.no/" + "," +
|
||||
// Down (ticket #1487)
|
||||
//"http://uk.reseed.i2p2.no/";
|
||||
"http://netdb.i2p2.no/"; // Only SU3 (v3) support
|
||||
|
||||
/** @since 0.8.2 */
|
||||
public static final String DEFAULT_SSL_SEED_URL =
|
||||
@@ -86,8 +88,10 @@ public class Reseeder {
|
||||
"https://i2p.mooo.com/netDb/" + "," +
|
||||
"https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support
|
||||
"https://us.reseed.i2p2.no:444/" + "," +
|
||||
"https://uk.reseed.i2p2.no:444/" + "," +
|
||||
"https://jp.reseed.i2p2.no:444/" + "," +
|
||||
// Down (ticket #1487)
|
||||
//"https://uk.reseed.i2p2.no:444/" + "," +
|
||||
// Down (ticket #1422)
|
||||
//"https://jp.reseed.i2p2.no:444/" + "," +
|
||||
"https://link.mx24.eu/" + "," + // Only HTTPS and SU3 (v3) support
|
||||
"https://ieb9oopo.mooo.com/"; // Only HTTPS and SU3 (v3) support
|
||||
|
||||
|
Reference in New Issue
Block a user