Closed
Description
With https://github.com/libp2p/js-libp2p/pull/166/files, the libp2p constructor will be fully refactored and with it comes the libp2p config.
We want to give the user the ability to(with example):
addresses: { // Multiaddrs
listen: [] // To start transport listener
announce: [] // To announce/share with the network (i.e DNS addr)
noAnnounce: [] // To keep private
},
Proposed in: #166 (comment)