summary refs log tree commit diff
path: root/docs/turn-howto.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* turn-howto: fix some linksRichard van der Hoff2022-04-221-2/+2
|
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-2/+3
|
* Warn against using Let's Encrypt certs for encrypted TURN (#11686)AndrewFerr2022-01-171-0/+16
| | | | | | | | | * Warn against using Let's Encrypt certs for encrypted TURN This helps to avoid client-side issues: * https://github.com/vector-im/element-android/issues/1533 * https://github.com/vector-im/element-ios/issues/2712 Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
* Add details for how to set up TURN behind NAT (#11553)AndrewFerr2021-12-231-15/+52
| | | | Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
* Merge branch 'master' into developDavid Robertson2021-11-171-1/+1
|\
| * Merge remote-tracking branch 'origin/release-v1.47'David Robertson2021-11-171-27/+43
| |\
| * | Wrong DTLS port in "Troubleshooting" (#11268)jmcparland2021-11-081-1/+1
| | | | | | | | | Port 5349, not 5479.
* | | change 'Home Server' to one word 'homeserver' (#11320)Ashwin Nair2021-11-161-8/+8
| |/ |/| | | Signed-off-by: Ashwin S. Nair <58840757+Ashwin-exe@users.noreply.github.com>
* | Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-27/+43
|/ | | | | | * Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by: Sumner Evans <me@sumnerevans.com>
* Make link in docs use HTTPS (#10130)Rohan Sharma2021-06-071-1/+1
| | | | | Fixes #10121 Signed-off-by: Rohan Sharma <rhnsharma5113@gmail.com>
* Correct `matrix-synapse.service` reference in TURN howto docs. (#9308)dykstranet2021-02-041-1/+1
|
* docs: Add link to Matrix VoIP tester for turn-howto (#9135)rht2021-01-201-0/+6
| | | Signed-off-by: rht <rhtbot@protonmail.com>
* Update turn-howto (#8779)Richard van der Hoff2020-11-241-8/+123
| | | Some hopefully-useful notes on setting up a turnserver.
* Minor clarifications to the TURN docs (#7533)Richard van der Hoff2020-05-201-15/+42
|
* Merge branch 'master' into developBrendan Abolivier2020-04-231-1/+1
|\
| * Improve example TURN configuration in documentation (#7284)nataraj-hates-MS-for-stealing-github2020-04-171-1/+1
| |
* | Improve TURN documentation. (#7167)Jostein Kjønigsen2020-03-311-0/+7
|/
* Added the section 'Configuration' in /docs/turn-howto.md (#6614)ewaf12020-01-021-0/+2
| | | | put the 2nd part of the "source installation"-section into a new section, because it also applies to Debian packages
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-0/+123
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.