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

Skip to content
Snippets Groups Projects
Commit ef195aa4 authored by zzz's avatar zzz
Browse files

re-add fixed reseed

parent 843230a1
No related branches found
No related tags found
No related merge requests found
...@@ -92,8 +92,7 @@ public class Reseeder { ...@@ -92,8 +92,7 @@ public class Reseeder {
public static final String DEFAULT_SSL_SEED_URL = public static final String DEFAULT_SSL_SEED_URL =
"https://reseed.i2p-projekt.de/" + "," + // Only HTTPS "https://reseed.i2p-projekt.de/" + "," + // Only HTTPS
"https://netdb.rows.io:444/" + "," + // Only HTTPS and SU3 (v3) support "https://netdb.rows.io:444/" + "," + // Only HTTPS and SU3 (v3) support
// temp disabled until SNI supported or cert changed "https://i2pseed.zarrenspry.info/" + "," + // Only HTTPS and SU3 (v3) support
//"https://i2pseed.zarrenspry.info/" + "," + // Only HTTPS and SU3 (v3) support
"https://i2p.mooo.com/netDb/" + "," + "https://i2p.mooo.com/netDb/" + "," +
"https://193.150.121.66/netDb/" + "," + "https://193.150.121.66/netDb/" + "," +
"https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support, SNI required "https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support, SNI required
......
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