mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-14 23:28:30 +00:00
Update turnserver.conf
This commit is contained in:
parent
00f265e5c0
commit
faa8bc22a1
@ -1,3 +1,19 @@
|
||||
## How to setup a TURN server for free (or near free)
|
||||
|
||||
# Create a VM instance on Google Cloud (Free Tier available)
|
||||
# Use Ubuntu and Open all PORTS for ingress/egress for TCP/UDP
|
||||
#>> sudo apt-get update
|
||||
#>> sudo apt-get install coturn
|
||||
# Set a domain name to point to the server you setup. I use https://namecheap.com to buy a $1 .xyz domain
|
||||
#>> sudo add-apt-repository ppa:certbot/certbot
|
||||
#>> sudo apt-get install certbot
|
||||
#>> sudo certbot certonly --standalone ## do the wizard , which will setup a SSH key for you
|
||||
# edit /etc/default/coturn and set TURNSERVER_ENABLED=1
|
||||
# edit THIS file with required changes; CHANGE ME.
|
||||
# put the edited file @ /etc/turnserver.conf
|
||||
#>> systemctl start coturn
|
||||
|
||||
|
||||
listening-port=80
|
||||
tls-listening-port=443
|
||||
#alt-listening-port=0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user