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

Skip to content
Snippets Groups Projects
Commit b8a9caeb authored by meeh's avatar meeh
Browse files

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.
parent c5fb009c
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,7 @@ public class Reseeder { ...@@ -62,9 +62,7 @@ public class Reseeder {
public static final String DEFAULT_SEED_URL = public static final String DEFAULT_SEED_URL =
"http://netdb.i2p2.de/" + "," + "http://netdb.i2p2.de/" + "," +
"http://reseed.i2p-projekt.de/" + "," + "http://reseed.i2p-projekt.de/" + "," +
// "http://forum.i2p2.de/netdb/" + "," +
"http://euve5653.vserver.de/netDb/" + "," + "http://euve5653.vserver.de/netDb/" + "," +
// "http://r31453.ovh.net/static_media/files/netDb/" + "," +
"http://cowpuncher.drollette.com/netdb/" + "," + "http://cowpuncher.drollette.com/netdb/" + "," +
"http://i2p.mooo.com/netDb/" + "," + "http://i2p.mooo.com/netDb/" + "," +
"http://193.150.121.66/netDb/" + "," + "http://193.150.121.66/netDb/" + "," +
...@@ -75,10 +73,7 @@ public class Reseeder { ...@@ -75,10 +73,7 @@ public class Reseeder {
/** @since 0.8.2 */ /** @since 0.8.2 */
public static final String DEFAULT_SSL_SEED_URL = public static final String DEFAULT_SSL_SEED_URL =
"https://netdb.i2p2.de/" + "," + "https://netdb.i2p2.de/" + "," +
// "https://forum.i2p2.de/netdb/" + "," +
"https://euve5653.vserver.de/netDb/" + "," +
"https://reseed.i2p-projekt.de/" + "," + "https://reseed.i2p-projekt.de/" + "," +
// "https://r31453.ovh.net/static_media/files/netDb/" + "," +
"https://cowpuncher.drollette.com/netdb/" + "," + "https://cowpuncher.drollette.com/netdb/" + "," +
"https://i2p.mooo.com/netDb/" + "," + "https://i2p.mooo.com/netDb/" + "," +
"https://193.150.121.66/netDb/" + "," + "https://193.150.121.66/netDb/" + "," +
......
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