From f376f579c0b71a0869c3f399d987822c0a0073af Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Tue, 30 May 2017 20:10:10 -0400 Subject: [PATCH] Change default stun server --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index be63c53..4a9e1f9 100644 --- a/config/default.json +++ b/config/default.json @@ -1,6 +1,6 @@ { "iceServers": [{ - "url": "stun:23.21.150.121", - "urls": "stun:23.21.150.121" + "url": "stun:stun.l.google.com:19302", + "urls": "stun:stun.l.google.com:19302" }] }