From 5a167316cbdd56635cead48dcc1ce3d5d925a7ca Mon Sep 17 00:00:00 2001
From: orignal <i2porignal@yandex.ru>
Date: Tue, 27 Dec 2022 22:24:20 -0500
Subject: [PATCH] don't filter yggdrasil address

---
 libi2pd/NTCP2.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libi2pd/NTCP2.cpp b/libi2pd/NTCP2.cpp
index 0c37d3cc..008386f3 100644
--- a/libi2pd/NTCP2.cpp
+++ b/libi2pd/NTCP2.cpp
@@ -1470,7 +1470,8 @@ namespace transport
 			if (!ec)
 			{
 				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)
 					{