Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Improve TURN documentation.
Browse files Browse the repository at this point in the history
Public IP seems to be a fixed requirement, and not mentioning it in the docs is guaranteed to have people waste their time on setups which will never work.
  • Loading branch information
josteink authored and anoadragon453 committed Mar 30, 2020
1 parent 4cff617 commit f37cd80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/turn-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ 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 pirt forwarding) is known to cause issues and often not work.

## `coturn` Setup

### Initial installation
Expand Down

0 comments on commit f37cd80

Please sign in to comment.