Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove mention of lt-cred-mech in the sample coturn config. (#4333)
Browse files Browse the repository at this point in the history
* Remove mention of lt-cred-mech in the sample coturn config.

See coturn/coturn#262 for more context.
Also clean up some minor formatting issues while I'm here.

* Add changelog.

Signed-off-by: Krithin Sitaram <krithin@gmail.com>
  • Loading branch information
krithin authored and richvdh committed Dec 28, 2018
1 parent 0708f43 commit 98df67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/4333.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation improvements for coturn setup. Contributed by Krithin Sitaram.
5 changes: 2 additions & 3 deletions docs/turn-howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ You may be able to setup coturn via your package manager, or set it up manually
4. Create or edit the config file in ``/etc/turnserver.conf``. The relevant
lines, with example values, are::

lt-cred-mech
use-auth-secret
static-auth-secret=[your secret key here]
realm=turn.myserver.org
Expand All @@ -52,7 +51,7 @@ You may be able to setup coturn via your package manager, or set it up manually

5. Consider your security settings. TURN lets users request a relay
which will connect to arbitrary IP addresses and ports. At the least
we recommend:
we recommend::

# VoIP traffic is all UDP. There is no reason to let users connect to arbitrary TCP endpoints via the relay.
no-tcp-relay
Expand Down Expand Up @@ -106,7 +105,7 @@ Your home server configuration file needs the following extra keys:
to refresh credentials. The TURN REST API specification recommends
one day (86400000).

4. "turn_allow_guests": Whether to allow guest users to use the TURN
4. "turn_allow_guests": Whether to allow guest users to use the TURN
server. This is enabled by default, as otherwise VoIP will not
work reliably for guests. However, it does introduce a security risk
as it lets guests connect to arbitrary endpoints without having gone
Expand Down

0 comments on commit 98df67a

Please sign in to comment.