mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix
This commit is contained in:
parent
895416fc1f
commit
f5ec966db3
3 changed files with 12 additions and 12 deletions
|
@ -187,7 +187,7 @@ namespace config {
|
|||
("reseed.zipfile", value<std::string>()->default_value(""), "Path to local .zip file to reseed from")
|
||||
("reseed.proxy", value<std::string>()->default_value(""), "url for reseed proxy, supports http/socks")
|
||||
("reseed.urls", value<std::string>()->default_value(
|
||||
"https://reseed.podivilov.ru/,",
|
||||
"https://reseed.podivilov.ru/,"
|
||||
"https://reseed.podivilov.com/"
|
||||
), "Reseed URLs, separated by comma")
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue