meshnets.yggaddress added

This commit is contained in:
orignal 2021-02-01 18:00:03 -05:00
parent bfb1380dd2
commit ace80c29e7
5 changed files with 23 additions and 8 deletions

View file

@ -980,7 +980,8 @@ namespace data
return GetAddress (
[](std::shared_ptr<const RouterInfo::Address> address)->bool
{
return address->IsPublishedNTCP2 () && address->host.is_v6 ();
return address->IsPublishedNTCP2 () && address->host.is_v6 () &&
!i2p::util::net::IsYggdrasilAddress (address->host);
});
}