mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add Yggdrasil address
This commit is contained in:
parent
ba3acdac75
commit
c4fc0f4ecf
3 changed files with 18 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue