mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
support reseed throught the Yggdrasil
This commit is contained in:
parent
ed4c00e4f4
commit
d13fbe5549
4 changed files with 103 additions and 45 deletions
|
@ -205,6 +205,9 @@ namespace config {
|
|||
"https://reseed.i2pgit.org/,"
|
||||
"https://i2p.novg.net/"
|
||||
), "Reseed URLs, separated by comma")
|
||||
("reseed.yggurls", value<std::string>()->default_value(
|
||||
"http://[324:9de3:fea4:f6ac::ace]:7070/"
|
||||
), "Reseed URLs through the Yggdrasil, separated by comma")
|
||||
;
|
||||
|
||||
options_description addressbook("AddressBook options");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue