Closed
Description
Created this issue to track the implementation of DNS support in JS and throughout js-libp2p and js-ipfs
Given multiformats/multiaddr#22 (comment), we need:
- Add support for the DNS code in js-multiaddr
- .isName method - check if the multiaddr is a name DNS multiaddrs support #39
.resolve method - resolve the name, if it is a nameNeeds more consideration, not necessary right now- update js-mafmt to for libp2p-webrtc-star to understand that dns is also valid option feat/update webrtc star with dns support js-mafmt#12
- libp2p-webrtc-star + DNS
- 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
Metadata
Metadata
Assignees
Labels
No labels