libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
524 stars 224 forks source link

Filter addresses advertised by Kademlia #841

Closed guillaumemichel closed 5 months ago

guillaumemichel commented 1 year ago

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 commented 1 year ago

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

guillaumemichel commented 5 months ago

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