mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-10-18 09:40:20 +01:00
check if local ipv6 clearnet address is presented
This commit is contained in:
parent
db82903bb0
commit
d280190822
4 changed files with 72 additions and 47 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue