1
0

Improve TURN documentation. (#7167)

This commit is contained in:
Jostein Kjønigsen
2020-03-31 16:50:48 +02:00
committed by GitHub
parent 60adcbed91
commit 2e826cd80c
2 changed files with 8 additions and 0 deletions

1
changelog.d/7167.doc Normal file
View File

@@ -0,0 +1 @@
Improve README.md by being explicit about public IP recommendation for TURN relaying.

View File

@@ -11,6 +11,13 @@ TURN server.
The following sections describe how to install [coturn](<https://github.com/coturn/coturn>) (which implements the TURN REST API) and integrate it with synapse.
## Requirements
For TURN relaying with `coturn` to work, it must be hosted on a server/endpoint with a public IP.
Hosting TURN behind a NAT (even with appropriate port forwarding) is known to cause issues
and to often not work.
## `coturn` Setup
### Initial installation