mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
don't filter yggdrasil address
This commit is contained in:
parent
85e31f84ec
commit
5a167316cb
1 changed files with 2 additions and 1 deletions
|
@ -1470,7 +1470,8 @@ namespace transport
|
||||||
if (!ec)
|
if (!ec)
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "NTCP2: Connected from ", ep);
|
LogPrint (eLogDebug, "NTCP2: Connected from ", ep);
|
||||||
if (!i2p::util::net::IsInReservedRange(ep.address ()))
|
if (!i2p::util::net::IsInReservedRange(ep.address ()) ||
|
||||||
|
i2p::util::net::IsYggdrasilAddress (ep.address ()))
|
||||||
{
|
{
|
||||||
if (conn)
|
if (conn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue