mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove mention of lt-cred-mech in the sample coturn config. (#4333)
* Remove mention of lt-cred-mech in the sample coturn config. See https://github.com/coturn/coturn/pull/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>
This commit is contained in:
parent
0708f437cc
commit
98df67a8de
1
changelog.d/4333.misc
Normal file
1
changelog.d/4333.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Documentation improvements for coturn setup. Contributed by Krithin Sitaram.
|
@ -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
|
4. Create or edit the config file in ``/etc/turnserver.conf``. The relevant
|
||||||
lines, with example values, are::
|
lines, with example values, are::
|
||||||
|
|
||||||
lt-cred-mech
|
|
||||||
use-auth-secret
|
use-auth-secret
|
||||||
static-auth-secret=[your secret key here]
|
static-auth-secret=[your secret key here]
|
||||||
realm=turn.myserver.org
|
realm=turn.myserver.org
|
||||||
@ -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
|
5. Consider your security settings. TURN lets users request a relay
|
||||||
which will connect to arbitrary IP addresses and ports. At the least
|
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.
|
# VoIP traffic is all UDP. There is no reason to let users connect to arbitrary TCP endpoints via the relay.
|
||||||
no-tcp-relay
|
no-tcp-relay
|
||||||
|
Loading…
Reference in New Issue
Block a user