forked from I2P_Developers/i2p.i2p
Cleanup in reseed list, also removed HH's ssl host, since it expires 21-11-2012 22:34:10 GMT+1. And
I've failed to get in contact with him for a renewal of his certificate. Errors might appear in logs on installs after that date, just remove https://euve5653.vserver.de from /configreseed in console and you wont get errors.
This commit is contained in:
@@ -62,9 +62,7 @@ public class Reseeder {
|
||||
public static final String DEFAULT_SEED_URL =
|
||||
"http://netdb.i2p2.de/" + "," +
|
||||
"http://reseed.i2p-projekt.de/" + "," +
|
||||
// "http://forum.i2p2.de/netdb/" + "," +
|
||||
"http://euve5653.vserver.de/netDb/" + "," +
|
||||
// "http://r31453.ovh.net/static_media/files/netDb/" + "," +
|
||||
"http://cowpuncher.drollette.com/netdb/" + "," +
|
||||
"http://i2p.mooo.com/netDb/" + "," +
|
||||
"http://193.150.121.66/netDb/" + "," +
|
||||
@@ -75,10 +73,7 @@ public class Reseeder {
|
||||
/** @since 0.8.2 */
|
||||
public static final String DEFAULT_SSL_SEED_URL =
|
||||
"https://netdb.i2p2.de/" + "," +
|
||||
// "https://forum.i2p2.de/netdb/" + "," +
|
||||
"https://euve5653.vserver.de/netDb/" + "," +
|
||||
"https://reseed.i2p-projekt.de/" + "," +
|
||||
// "https://r31453.ovh.net/static_media/files/netDb/" + "," +
|
||||
"https://cowpuncher.drollette.com/netdb/" + "," +
|
||||
"https://i2p.mooo.com/netDb/" + "," +
|
||||
"https://193.150.121.66/netDb/" + "," +
|
||||
|
Reference in New Issue
Block a user