add Yggdrasil address

This commit is contained in:
orignal 2021-01-31 18:30:53 -05:00
parent ba3acdac75
commit c4fc0f4ecf
3 changed files with 18 additions and 3 deletions

View file

@ -164,7 +164,7 @@ namespace i2p
}
i2p::context.SetSupportsV6 (ipv6);
i2p::context.SetSupportsV4 (ipv4);
i2p::context.SetSupportsMesh (ygg);
i2p::context.SetSupportsMesh (ygg, yggaddr);
i2p::context.RemoveNTCPAddress (!ipv6); // TODO: remove later
bool ntcp2; i2p::config::GetOption("ntcp2.enabled", ntcp2);