meshnets.yggaddress added

This commit is contained in:
orignal 2021-02-01 18:00:03 -05:00
parent bfb1380dd2
commit ace80c29e7
5 changed files with 23 additions and 8 deletions

View file

@ -279,6 +279,7 @@ namespace config {
options_description meshnets("Meshnet transports options");
meshnets.add_options()
("meshnets.yggdrasil", bool_switch()->default_value(false), "Support transports through the Yggdrasil (deafult: false)")
("meshnets.yggaddress", value<std::string>()->default_value(""), "Yggdrasil address to publish")
;
m_OptionsDesc