From 905c39a58ba6106eb18a0e44a343d8ba1bdaabec Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Thu, 10 Sep 2020 09:09:27 -0400 Subject: [PATCH] Update turnserver.md --- turnserver.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/turnserver.md b/turnserver.md index ec48086..02d20d1 100644 --- a/turnserver.md +++ b/turnserver.md @@ -6,8 +6,15 @@ sudo apt-get update sudo apt-get install coturn -y sudo add-apt-repository ppa:certbot/certbot sudo apt-get install certbot -y + +sudo vi /etc/default/coturn ``` -Make sure you have the DNS pointing to your IP address for this next step (ipv4 + ipv6 if possible). You will need to validate that in the next step. +...and we uncomment the line: +#TURNSERVER_ENABLED=1 +….leaving it like this: +TURNSERVER_ENABLED=1 + +Next make sure you have the DNS pointing to your IP address for this next step (ipv4 + ipv6 if possible). You will need to validate that in the next step. ``` sudo certbot certonly --standalone ```