diff --git a/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java b/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java index 3e20120a5da8eaa6a02bc8d55a717c970cbe7937..82328ca8c094e2b5ab9c9383475fbf52b5cf46cd 100644 --- a/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java +++ b/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java @@ -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