Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

DNS support for Bootstrapper nodes #739

Closed
10 tasks
daviddias opened this issue Jan 29, 2017 · 4 comments
Closed
10 tasks

DNS support for Bootstrapper nodes #739

daviddias opened this issue Jan 29, 2017 · 4 comments
Labels
exp/expert Having worked on the specific codebase is important

Comments

@daviddias
Copy link
Member

Following: multiformats/js-multiaddr#37

Here is the list of remaining tasks:

  • Migrate repo/.config to have:
    • libp2p key to isolate all libp2p config specifically
    • addrs to listen (listen)
    • addrs to announce (broadcast)
    • addrs to not announce (filter)
    • Add these distinctions to the peerInfo object too
  • Test that a js-ipfs node can dial do a node behind DNS
    • Deploy a node using the dokku thing
    • Test it out
    • Ensure that Identify sends the right addrs
@daviddias daviddias added exp/expert Having worked on the specific codebase is important enhancement help wanted Seeking public contribution on this issue labels Jan 29, 2017
@ghost
Copy link

ghost commented Jan 29, 2017

While speccing out the relay I noticed we don't really have a pressing need for specifying addresses not to announce. I'm probably going to leave it out in go-ipfs.

Add these distinctions to the peerInfo object too

What are they needed for in PeerInfo?

@daviddias daviddias added the status/deferred Conscious decision to pause or backlog label Jan 29, 2017
@daviddias
Copy link
Member Author

@lgierth re: PeerInfo

This is js-ipfs specific :)

@daviddias daviddias removed the help wanted Seeking public contribution on this issue label Mar 17, 2017
@daviddias daviddias added status/ready Ready to be worked and removed status/deferred Conscious decision to pause or backlog labels Apr 5, 2017
@daviddias
Copy link
Member Author

Almost all done, last mile is #740

@daviddias daviddias removed the status/ready Ready to be worked label Apr 5, 2017
@victorb
Copy link
Member

victorb commented Mar 2, 2018

addrs to listen (listen)
addrs to announce (broadcast)

How can I set this up? Tried finding how, but the config format is not the same as what go-ipfs is doing with Announce and NoAnnounce

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/expert Having worked on the specific codebase is important
Projects
None yet
Development

No branches or pull requests

2 participants