libp2p / go-ws-transport

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

fix: restrict dials to IP + TCP #84

Closed Stebalien closed 4 years ago

Stebalien commented 4 years ago

That is, forbid DNS. See https://github.com/libp2p/go-libp2p/issues/841

Stebalien commented 4 years ago

We can discuss this later when and if we come up with a better solution.