From 66269c07d8a3968cd468797f9bb278b6bac65aba Mon Sep 17 00:00:00 2001 From: itchyonion Date: Tue, 20 Dec 2022 06:42:07 -0800 Subject: [PATCH] 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/snowflake/-/wikis/NAT-matching) for more information. +`-ice` is a comma-separated list of ICE servers. These must be STUN (over UDP) servers with the form stun:host[:port]. 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/snowflake/-/wikis/NAT-matching) for more information. To bootstrap Tor, run: ```