router's NTCP2 private keys

This commit is contained in:
orignal 2018-06-11 15:33:48 -04:00
parent 7f3127ac89
commit a8278fc78b
3 changed files with 43 additions and 0 deletions

View file

@ -59,6 +59,7 @@ namespace config {
("ntcp", value<bool>()->default_value(true), "Enable NTCP transport")
("ssu", value<bool>()->default_value(true), "Enable SSU transport")
("ntcpproxy", value<std::string>()->default_value(""), "Proxy URL for NTCP transport")
("ntcp2", value<bool>()->zero_tokens()->default_value(false), "Enable NTCP2 (experimental)")
#ifdef _WIN32
("svcctl", value<std::string>()->default_value(""), "Windows service management ('install' or 'remove')")
("insomnia", value<bool>()->zero_tokens()->default_value(false), "Prevent system from sleeping")