Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove local LAN address ICE candidates
Unfortunately, the "public" RTCIceTransportPolicy was removed. https://developer.mozilla.org/en-US/docs/Web/API/RTCConfiguration#RTCIceTransportPolicy_enum Trac: 19026
- Loading branch information
Showing
with
81 additions
and 13 deletions.
- +19 −7 client/lib/lib_test.go
- +59 −5 client/lib/rendezvous.go
- +2 −1 client/snowflake.go
- +1 −0 client/torrc-localhost
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -3,5 +3,6 @@ DataDirectory datadir | ||
|
|
||
| ClientTransportPlugin snowflake exec ./client \ | ||
| -url http://localhost:8080/ \ | ||
| -keepLocalAddresses | ||
|
|
||
| Bridge snowflake 0.0.3.0:1 | ||