diff options
author | David Baker <dbkr@matrix.org> | 2014-09-25 17:01:27 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-25 17:01:27 +0100 |
commit | 48ea055781baf9be82023e85af18dc05ad5eda67 (patch) | |
tree | 088b96d6d433dc2c7cef005055402ce0f4dc8d39 /docs | |
parent | add howto for setting up your very own TURN server (diff) | |
download | synapse-48ea055781baf9be82023e85af18dc05ad5eda67.tar.xz |
fix rst warnings
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/turn-howto.rst b/docs/turn-howto.rst index dce8d1ebf2..4f097c391e 100644 --- a/docs/turn-howto.rst +++ b/docs/turn-howto.rst @@ -22,6 +22,7 @@ coturn Setup 2. Configure it:: ./configure + You may need to install libevent2: if so, you should do so in the way recommended by your operating system. 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 a config file from turnserver.conf.default. The relevant lines are:: + lt-cred-mech use-auth-secret static-auth-secret=[your secret key here] + See turnserver.conf.default for explanations of the options. One way to generate the static-auth-secret is with pwgen:: |