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

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

add reseed

parent 6d40e870
No related branches found
No related tags found
No related merge requests found
...@@ -86,12 +86,12 @@ public class Reseeder { ...@@ -86,12 +86,12 @@ 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://reseed.i2p-projekt.de/" + "," + // Only HTTPS "https://reseed.i2p-projekt.de/" + "," + // Only HTTPS
//"https://i2pseed.zarrenspry.info/" + "," + // Only HTTPS and SU3 (v3) support
"https://i2p.mooo.com/netDb/" + "," + "https://i2p.mooo.com/netDb/" + "," +
"https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support, SNI required "https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support, SNI required
"https://us.reseed.i2p2.no:444/" + "," + "https://us.reseed.i2p2.no:444/" + "," +
"https://uk.reseed.i2p2.no:444/" + "," + "https://uk.reseed.i2p2.no:444/" + "," +
"https://www.torontocrypto.org:8443/" + "," + "https://www.torontocrypto.org:8443/" + "," +
"https://i2p.manas.ca:8443/" + "," +
"https://i2p-0.manas.ca:8443/" + "," + "https://i2p-0.manas.ca:8443/" + "," +
"https://reseed.i2p.vzaws.com:8443/" + ", " + // Only SU3 (v3) support "https://reseed.i2p.vzaws.com:8443/" + ", " + // Only SU3 (v3) support
"https://user.mx24.eu/" + "," + // Only HTTPS and SU3 (v3) support "https://user.mx24.eu/" + "," + // Only HTTPS and SU3 (v3) support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment