forked from I2P_Developers/i2p.i2p
Adding the new reseed server hosted by our friends at TorontoCrypto. Thanks. :)
This commit is contained in:
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 12;
|
||||
public final static long BUILD = 13;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
@ -94,6 +94,7 @@ public class Reseeder {
|
||||
"https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support, SNI required
|
||||
"https://us.reseed.i2p2.no:444/" + "," +
|
||||
"https://uk.reseed.i2p2.no:444/" + "," +
|
||||
"https://www.torontocrypto.org:8443/" + "," +
|
||||
"https://reseed.i2p.vzaws.com:8443/" + ", " + // Only SU3 (v3) support
|
||||
"https://user.mx24.eu/" + "," + // Only HTTPS and SU3 (v3) support
|
||||
"https://ieb9oopo.mooo.com/"; // Only HTTPS and SU3 (v3) support
|
||||
|
Reference in New Issue
Block a user