Replaces Google's STUN servers
This commit is contained in:
parent
e23155d3d7
commit
433098684c
2 changed files with 3 additions and 2 deletions
|
@ -7,4 +7,5 @@ jitsi_exposed_http_port: 8000
|
|||
jitsi_exposed_https_port: 8443
|
||||
jitsi_virtual_host: localhost
|
||||
jitsi_public_url: http://{{ jitsi_virtual_host }}
|
||||
jitsi_timezone: Europe/Amsterdam
|
||||
jitsi_timezone: Europe/Amsterdam
|
||||
jitsi_jvb_stun_servers: stun:stun.schlund.de:3478,stun:stun.t-online.de:3478,stun:stun.1und1.de:3478
|
|
@ -184,7 +184,7 @@ JVB_AUTH_USER=jvb
|
|||
JVB_AUTH_PASSWORD=passw0rd
|
||||
|
||||
# STUN servers used to discover the server's public IP.
|
||||
JVB_STUN_SERVERS=stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302
|
||||
JVB_STUN_SERVERS={{ jitsi_jvb_stun_servers }}
|
||||
|
||||
# Media port for the Jitsi Videobridge
|
||||
JVB_PORT=10000
|
||||
|
|
Loading…
Add table
Reference in a new issue