forked from I2P_Developers/i2p.i2p
Add new reseed host, bump build
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 = 26;
|
||||
public final static long BUILD = 27;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
@@ -92,6 +92,7 @@ public class Reseeder {
|
||||
"https://us.reseed.i2p2.no:444/" + "," +
|
||||
"https://uk.reseed.i2p2.no:444/" + "," +
|
||||
"https://www.torontocrypto.org:8443/" + "," +
|
||||
"https://i2p-0.manas.ca:8443/" + "," +
|
||||
"https://reseed.i2p.vzaws.com:8443/" + ", " + // Only SU3 (v3) support
|
||||
"https://user.mx24.eu/" + "," + // Only HTTPS and SU3 (v3) support
|
||||
"https://download.xxlspeed.com/"; // Only HTTPS and SU3 (v3) support
|
||||
|
Reference in New Issue
Block a user