From 909f21b7e4ba0306ec61da2c59af8000ac141ec8 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 4 Nov 2022 21:44:12 +0300 Subject: [PATCH] Update docs about TURN server --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e31729fa..de12751f 100644 --- a/README.md +++ b/README.md @@ -385,13 +385,13 @@ ngrok: command: ... ``` -**Own TCP-tunnel** +**Hard tech way 1. Own TCP-tunnel** -If you have personal VPS, you can create TCP-tunnel and setup in the same way as "Static public IP". But use your VPS IP-address in YAML config. +If you have personal [VPS](https://en.wikipedia.org/wiki/Virtual_private_server), you can create TCP-tunnel and setup in the same way as "Static public IP". But use your VPS IP-address in YAML config. -**Using TURN-server** +**Hard tech way 2. Using TURN-server** -TODO... +If you have personal [VPS](https://en.wikipedia.org/wiki/Virtual_private_server), you can install TURN server (e.g. [coturn](https://github.com/coturn/coturn), config [example](https://github.com/AlexxIT/WebRTC/wiki/Coturn-Example)). ```yaml webrtc: