mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
publish Yggdrasil address when enabled
This commit is contained in:
parent
820a365474
commit
a7b56bbbb7
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue