diff options
author | ewaf1 <59422220+ewaf1@users.noreply.github.com> | 2020-01-02 11:41:30 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-02 10:41:30 +0000 |
commit | 0495097a7f6c6f5230972e0a5f32c0c9c42ef61b (patch) | |
tree | 0bf03ab1ed2d9b3129b0fdb3cf2f73e8b1f0401d /docs | |
parent | Reword sections of federate.md that explained delegation at time of Synapse 1... (diff) | |
download | synapse-0495097a7f6c6f5230972e0a5f32c0c9c42ef61b.tar.xz |
Added the section 'Configuration' in /docs/turn-howto.md (#6614)
put the 2nd part of the "source installation"-section into a new section, because it also applies to Debian packages
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md index 4a983621e5..1bd3943f54 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md @@ -39,6 +39,8 @@ The TURN daemon `coturn` is available from a variety of sources such as native p make make install +### Configuration + 1. Create or edit the config file in `/etc/turnserver.conf`. The relevant lines, with example values, are: |