From c6b58a33c0efa833ea520db3279d398928e917cb Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Thu, 12 Aug 2021 01:09:12 -0400 Subject: [PATCH] Update turnserver.md --- turnserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turnserver.md b/turnserver.md index 3fd170c..c8292fd 100644 --- a/turnserver.md +++ b/turnserver.md @@ -51,7 +51,7 @@ sudo sysctl -p ``` And that should have set the connection limit to be higher now. -Next, update turnserver.conf with passwords, domain names, and whatever else that needs changing. Example contents are provided below. Once you have updated it, start the TURN server and ensure it started correctly. At the bottom of this page is a sample conf file; I personally use `turnserver3.conf`, which is hosted in the main repo, for quick TURN deployments. +Next, update turnserver.conf with passwords, domain names, and whatever else that needs changing. Example contents are provided below. Once you have updated it, start the TURN server and ensure it started correctly. At the bottom of this page is a sample conf file; I personally use `turnserver3.conf` (https://github.com/steveseguin/vdo.ninja/blob/master/turnserver3.conf), which is hosted in the main repo, for quick TURN deployments. ``` sudo vi /etc/turnserver.conf