net: relay CJDNS addresses even if we are not connected to CJDNS

This will help with propagation, so that multi-homed nodes can learn
CJDNS addresses outside of the CJDNS network.
This commit is contained in:
Vasil Dimov 2021-09-09 17:51:12 +02:00
parent d96f8d304c
commit 29ff79c0a2
No known key found for this signature in database
GPG key ID: 54DF06F64B55CBBF

View file

@ -224,7 +224,7 @@ public:
*/
bool IsRelayable() const
{
return IsIPv4() || IsIPv6() || IsTor() || IsI2P();
return IsIPv4() || IsIPv6() || IsTor() || IsI2P() || IsCJDNS();
}
/**