mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add parameter for show TCSR with old algorithm and it's realization
This commit is contained in:
@@ -95,6 +95,7 @@ namespace config {
|
||||
("http.hostname", value<std::string>()->default_value("localhost"), "Expected hostname for WebUI")
|
||||
("http.webroot", value<std::string>()->default_value("/"), "WebUI root path (default: / )")
|
||||
("http.lang", value<std::string>()->default_value("english"), "WebUI language (default: english )")
|
||||
("http.old_tcsr", value<bool>()->default_value(false), "Show TCSR with old algorithm (default: false)")
|
||||
;
|
||||
|
||||
options_description httpproxy("HTTP Proxy options");
|
||||
|
||||
Reference in New Issue
Block a user