go-libp2p-kad-dht icon indicating copy to clipboard operation
go-libp2p-kad-dht copied to clipboard

Filter addresses advertised by Kademlia

Open guillaumemichel opened this issue 1 year ago • 1 comments

We probably don't want to advertise the node's private addresses on the global DHT. However, we still want users to be able to create their own private (non local) DHT. This filter could be implemented as an option on the IpfsDHT, and the default filter could prevent advertising private addresses.

See: https://github.com/libp2p/go-libp2p-kad-dht/pull/839

cc: @marten-seemann

guillaumemichel avatar May 22 '23 06:05 guillaumemichel

related to https://github.com/libp2p/go-libp2p-kad-dht/pull/872

guillaumemichel avatar Aug 30 '23 15:08 guillaumemichel

Closing for https://github.com/libp2p/go-libp2p-kad-dht/pull/872 has been merged

guillaumemichel avatar May 07 '24 09:05 guillaumemichel