From 264df049c882ae40771c02561d7f2d2fadc31db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 27 Mar 2020 22:49:56 +0100 Subject: [PATCH] jvb: switch to using Jitsi's STUN server by default --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index bd068b5..26a9ddd 100644 --- a/env.example +++ b/env.example @@ -182,7 +182,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=meet-jit-si-turnrelay.jitsi.net:443 # Media port for the Jitsi Videobridge JVB_PORT=10000