libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.3k stars 440 forks source link

fix: add default STUN servers to WebRTC transport #2606

Closed achingbrain closed 3 months ago

achingbrain commented 3 months ago

To make it easier to connect to remote nodes behind NATs, add default STUN servers to the WebRTC transport.

Change checklist