check if local ipv6 clearnet address is presented

This commit is contained in:
orignal 2025-09-20 16:32:16 -04:00
parent db82903bb0
commit d280190822
4 changed files with 72 additions and 47 deletions

View file

@ -1345,6 +1345,12 @@ namespace transport
}
}
if (ipv6 && i2p::util::net::GetClearnetIPV6Address ().is_unspecified ())
{
LogPrint(eLogWarning, "Transports: Clearnet ipv6 not found. Disabled");
ipv6 = false;
}
if (!i2p::config::IsDefault("port"))
{
LogPrint(eLogInfo, "Transports: Accepting incoming connections at port ", port);