mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
publish Yggdrasil address when enabled
This commit is contained in:
parent
820a365474
commit
a7b56bbbb7
@ -232,8 +232,7 @@ namespace util
|
|||||||
}
|
}
|
||||||
if (ygg)
|
if (ygg)
|
||||||
{
|
{
|
||||||
if (!ntcp2)
|
i2p::context.PublishNTCP2Address (port, true, false, false, true);
|
||||||
i2p::context.PublishNTCP2Address (port, true, false, false, true);
|
|
||||||
i2p::context.UpdateNTCP2V6Address (yggaddr);
|
i2p::context.UpdateNTCP2V6Address (yggaddr);
|
||||||
if (!ipv4 && !ipv6)
|
if (!ipv4 && !ipv6)
|
||||||
i2p::context.SetStatus (eRouterStatusMesh);
|
i2p::context.SetStatus (eRouterStatusMesh);
|
||||||
|
Loading…
Reference in New Issue
Block a user