mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
meshnets.yggaddress added
This commit is contained in:
parent
bfb1380dd2
commit
ace80c29e7
5 changed files with 23 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue