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

Skip to content
Snippets Groups Projects
Commit bd45d548 authored by meeh's avatar meeh
Browse files

Added new reseed host, thanks to Backup.

Notes: Only HTTPS and SU3 (v2) support.
parent ce4874d8
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ public class Reseeder { ...@@ -100,6 +100,7 @@ public class Reseeder {
"https://uk.reseed.i2p2.no:444/" + "," + "https://uk.reseed.i2p2.no:444/" + "," +
"https://jp.reseed.i2p2.no:444/" + "," + "https://jp.reseed.i2p2.no:444/" + "," +
"https://i2p-netdb.innovatio.no/" + "," + "https://i2p-netdb.innovatio.no/" + "," +
"https://ssl.webpack.de/ivae2he9.sg4.e-plaza.de/" + "," + // Only HTTPS and SU3 (v2) support
"https://ieb9oopo.mooo.com/"; "https://ieb9oopo.mooo.com/";
// Temp disabled since h2ik have been AWOL since 06-03-2013 // Temp disabled since h2ik have been AWOL since 06-03-2013
//"https://i2p.feared.eu/"; //"https://i2p.feared.eu/";
...@@ -194,7 +195,7 @@ public class Reseeder { ...@@ -194,7 +195,7 @@ public class Reseeder {
_checker.setError(_("Reseed failed.") + ' ' + _checker.setError(_("Reseed failed.") + ' ' +
_("See {0} for help.", _("See {0} for help.",
"<a target=\"_top\" href=\"/configreseed\">" + _("reseed configuration page") + "</a>")); "<a target=\"_top\" href=\"/configreseed\">" + _("reseed configuration page") + "</a>"));
} }
_isRunning = false; _isRunning = false;
_checker.setStatus(""); _checker.setStatus("");
_context.router().eventLog().addEvent(EventLog.RESEED, Integer.toString(total)); _context.router().eventLog().addEvent(EventLog.RESEED, Integer.toString(total));
...@@ -552,7 +553,7 @@ public class Reseeder { ...@@ -552,7 +553,7 @@ public class Reseeder {
_context.netDb().rescan(); _context.netDb().rescan();
return fetched; return fetched;
} }
/** /**
* Always throws an exception if something fails. * Always throws an exception if something fails.
* We do NOT validate the received data here - that is done in PersistentDataStore * We do NOT validate the received data here - that is done in PersistentDataStore
...@@ -622,7 +623,7 @@ public class Reseeder { ...@@ -622,7 +623,7 @@ public class Reseeder {
return baos.toByteArray(); return baos.toByteArray();
return null; return null;
} }
/** /**
* Fetch a URL to a file. * Fetch a URL to a file.
* *
...@@ -668,7 +669,7 @@ public class Reseeder { ...@@ -668,7 +669,7 @@ public class Reseeder {
out.delete(); out.delete();
return null; return null;
} }
/** /**
* @param name valid Base64 hash * @param name valid Base64 hash
* @return true on success, false if skipped * @return true on success, false if skipped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment