mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
Update turnserver.md
This commit is contained in:
parent
d52fb0905e
commit
905c39a58b
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user