anacrolix / torrent

Full-featured BitTorrent client package and utilities
Mozilla Public License 2.0
5.51k stars 622 forks source link

Support ICE servers auth #920

Closed marcovidonis closed 6 months ago

marcovidonis commented 6 months ago

Support passing ICE servers of type []webrtc.ICEServer to the client config. This effectively enables the use of TURN servers when NAT traversal is needed. TURN servers normally require authentication, and the current implementation doesn't allow for that in the client config.

Fixes #903.

anacrolix commented 6 months ago

Thank you sir