mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-17 09:03:57 -05:00
fix rst warnings
This commit is contained in:
parent
9bcedf224e
commit
48ea055781
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ coturn Setup
|
||||||
|
|
||||||
2. Configure it::
|
2. Configure it::
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
You may need to install libevent2: if so, you should do so
|
You may need to install libevent2: if so, you should do so
|
||||||
in the way recommended by your operating system.
|
in the way recommended by your operating system.
|
||||||
You can ignore warnings about lack of database support: a
|
You can ignore warnings about lack of database support: a
|
||||||
|
|
@ -34,9 +35,11 @@ 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 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]
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue