Add possibility to reseed from HTTPS URL

This commit is contained in:
Darknet Villain 2016-11-23 07:42:38 -05:00
parent 1d8d71cfb6
commit 0487e730ba
4 changed files with 14 additions and 8 deletions

View file

@ -163,7 +163,7 @@ namespace config {
reseed.add_options()
("reseed.verify", value<bool>()->default_value(false), "Verify .su3 signature")
("reseed.floodfill", value<std::string>()->default_value(""), "Path to router info of floodfill to reseed from")
("reseed.file", value<std::string>()->default_value(""), "Path to .su3 file")
("reseed.file", value<std::string>()->default_value(""), "Path to local .su3 file or HTTPS URL to reseed from")
("reseed.urls", value<std::string>()->default_value(
"https://reseed.i2p-projekt.de/,"
"https://i2p.mooo.com/netDb/,"