Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-09-02 17:56:20 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-02 17:56:20 +0300
commitf3d0f05181bd3fffc9e1313c0bef93d6808b4278 (patch)
tree02fa794427c2bb89ed8e91948950226ebedf1739 /docs
parent2fa61a26674f3c5a446cb4d0570f24459390b35b (diff)
Better note box
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/TURN.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/TURN.md b/docs/TURN.md
index 1c411b4dc..828d3e3e5 100644
--- a/docs/TURN.md
+++ b/docs/TURN.md
@@ -67,7 +67,10 @@ no-multicast-peers
!!! note
- (D)TLS is currently not supported by Nextcloud Talk and does not have any real security benefit anyway. See the following discussions why (D)TLS for TURN has no real security benefit and why Nextcloud Talk is not supporting it: [https://github.com/coturn/coturn/issues/33](https://github.com/coturn/coturn/issues/33) and [https://github.com/nextcloud/spreed/issues/257](https://github.com/nextcloud/spreed/issues/257)
+ (D)TLS is currently not supported by Nextcloud Talk and does not have any real security benefit anyway. See the following discussions why (D)TLS for TURN has no real security benefit and why Nextcloud Talk is not supporting it:
+
+ - [https://github.com/coturn/coturn/issues/33](https://github.com/coturn/coturn/issues/33)
+ - [https://github.com/nextcloud/spreed/issues/257](https://github.com/nextcloud/spreed/issues/257)
- If your TURN server is running **not behind a NAT**, but with direct www connection and **static public IP**, than you can limit the IPs it listens at and answers with, by setting those as `listening-ip` and `relay-ip`. On larger deployments it is recommended to run your TURN server on a dedicated machine that is directly accessible from the internet.