forked from I2P_Developers/i2p.i2p
* Add https reseed thx h2ik
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";
|
||||
|
@ -71,7 +71,8 @@ public class Reseeder {
|
||||
/* "https://www.i2pbote.net/netDb/," + NO DATA */
|
||||
"https://reseed.i2p-projekt.de/" + "," +
|
||||
/* "https://r31453.ovh.net/static_media/files/netDb/," + DOWN */
|
||||
"https://cowpuncher.drollette.com/netdb/";
|
||||
"https://cowpuncher.drollette.com/netdb/" + ";" +
|
||||
"https://75.145.125.59/netDb/";
|
||||
|
||||
private static final String PROP_INPROGRESS = "net.i2p.router.web.ReseedHandler.reseedInProgress";
|
||||
/** the console shows this message while reseedInProgress == false */
|
||||
|
Reference in New Issue
Block a user