Update README to correctly reflec the type of ICE servers we currently support

This commit is contained in:
itchyonion 2022-12-20 06:42:07 -08:00
parent a6a18c1a9b
commit 66269c07d8
No known key found for this signature in database
GPG key ID: 4B87B720348500EA

View file

@ -45,7 +45,7 @@ Bridge snowflake 192.0.2.3:1
`-front` is an optional front domain for the broker request. `-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: To bootstrap Tor, run:
``` ```