This commit is contained in:
Михаил Подивилов 2019-05-11 22:26:56 +03:00
parent 895416fc1f
commit f5ec966db3
3 changed files with 12 additions and 12 deletions

View file

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