1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-08-26 08:41:50 +00:00

publish Yggdrasil address when enabled

This commit is contained in:
orignal 2021-03-17 11:26:52 -04:00
parent 820a365474
commit a7b56bbbb7

View File

@ -232,7 +232,6 @@ namespace util
}
if (ygg)
{
if (!ntcp2)
i2p::context.PublishNTCP2Address (port, true, false, false, true);
i2p::context.UpdateNTCP2V6Address (yggaddr);
if (!ipv4 && !ipv6)