mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 15:53:51 +01:00
Add realm to coturn options (it needs it).
This commit is contained in:
parent
37bfe44046
commit
6e72ee62ae
1 changed files with 2 additions and 1 deletions
|
@ -34,11 +34,12 @@ coturn Setup
|
||||||
|
|
||||||
4. Make a config file in /etc/turnserver.conf. You can customise
|
4. Make a config file in /etc/turnserver.conf. You can customise
|
||||||
a config file from turnserver.conf.default. The relevant
|
a config file from turnserver.conf.default. The relevant
|
||||||
lines are::
|
lines, with example values, are::
|
||||||
|
|
||||||
lt-cred-mech
|
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
|
||||||
|
|
||||||
See turnserver.conf.default for explanations of the options.
|
See turnserver.conf.default for explanations of the options.
|
||||||
One way to generate the static-auth-secret is with pwgen::
|
One way to generate the static-auth-secret is with pwgen::
|
||||||
|
|
Loading…
Reference in a new issue