* Add https reseed thx h2ik

This commit is contained in:
zzz
2011-10-07 00:50:45 +00:00
parent f779993008
commit fa1c18ce2d
4 changed files with 22 additions and 2 deletions

View File

@ -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";

View File

@ -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 */