I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 419e27cf authored by kytv's avatar kytv
Browse files

Disable (jp|uk).reseeder.i2p2.no (tickets #1422, #1487)

parent d761c029
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment