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

Commit f37cd80

Browse files
josteinkanoadragon453
authored andcommitted
Improve TURN documentation.
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.
1 parent 4cff617 commit f37cd80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/turn-howto.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ TURN server.
1111

1212
The following sections describe how to install [coturn](<https://github.com/coturn/coturn>) (which implements the TURN REST API) and integrate it with synapse.
1313

14+
## requirements
15+
16+
For TURN relaying with `coturn` to work, it must be hosted on a server/endpoint with a public IP.
17+
18+
Hosting TURN behind a NAT (even with appropriate pirt forwarding) is known to cause issues and often not work.
19+
1420
## `coturn` Setup
1521

1622
### Initial installation

0 commit comments

Comments
 (0)