
This is an automated email from the git hooks/post-receive script. itchyonion pushed a commit to branch main in repository pluggable-transports/snowflake. commit 66269c07d8a3968cd468797f9bb278b6bac65aba Author: itchyonion <itchyonion@torproject.org> AuthorDate: Tue Dec 20 06:42:07 2022 -0800 Update README to correctly reflec the type of ICE servers we currently support --- client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/README.md b/client/README.md index 3e68090..3cfcbaa 100644 --- a/client/README.md +++ b/client/README.md @@ -45,7 +45,7 @@ Bridge snowflake 192.0.2.3:1 `-front` is an optional front domain for the broker request. -`-ice` is a comma-separated list of ICE servers. These can be STUN or TURN servers. We recommend using servers that have implemented NAT discovery. See our wiki page on [NAT traversal](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowf...) for more information. +`-ice` is a comma-separated list of ICE servers. These must be STUN (over UDP) servers with the form stun:<var>host</var>[:<var>port</var>]. We recommend using servers that have implemented NAT discovery. See our wiki page on [NAT traversal](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowf...) for more information. To bootstrap Tor, run: ``` -- To stop receiving notification emails like this one, please contact the administrator of this repository.