don't disable NTCP2 address if Yggdrasil address is presented

This commit is contained in:
orignal 2021-02-06 19:07:39 -05:00
parent 1bc3de8df4
commit 3b32da4f5c
2 changed files with 6 additions and 1 deletions

View file

@ -679,7 +679,8 @@ namespace i2p
// read NTCP2
bool ntcp2; i2p::config::GetOption("ntcp2.enabled", ntcp2);
if (ntcp2)
bool ygg; i2p::config::GetOption("meshnets.yggdrasil", ygg);
if (ntcp2 || ygg)
{
if (!m_NTCP2Keys) NewNTCP2Keys ();
UpdateNTCP2Address (true); // enable NTCP2