Skip to content

Add support for Addrs {listen, announce, noAnnounce} #202

Closed
@daviddias

Description

@daviddias

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantstatus/readyReady to be worked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions