libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 18 forks source link

don't resolve dns addresses for Listener.Multiaddr #117

Closed marten-seemann closed 2 years ago

marten-seemann commented 2 years ago

We need to announce /dns addresses to the network, so (browser) nodes can actually verify the certificate we're serving them. In order to do that, they need our domain name, not our IP address.