aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritchyonion <itchyonion@torproject.org>2022-12-20 06:42:07 -0800
committeritchyonion <itchyonion@torproject.org>2023-01-30 09:10:15 -0800
commit66269c07d8a3968cd468797f9bb278b6bac65aba (patch)
tree3bc5f09368ece2bac61b6a5a7afa3189d19be036
parenta6a18c1a9b004bda644b0b790ca756af0c6b1e51 (diff)
downloadsnowflake-66269c07d8a3968cd468797f9bb278b6bac65aba.tar.gz
snowflake-66269c07d8a3968cd468797f9bb278b6bac65aba.zip
Update README to correctly reflec the type of ICE servers we currently support
-rw-r--r--client/README.md2
1 files changed, 1 insertions, 1 deletions
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:<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/snowflake/-/wikis/NAT-matching) for more information.
To bootstrap Tor, run:
```