From 23c85f4380d70833945e7ecb5c4031f14d05d3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Thu, 9 Apr 2020 23:17:58 -0500 Subject: [PATCH] Update app.js --- app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app.js b/app.js index 416c615..dc0ee18 100644 --- a/app.js +++ b/app.js @@ -7,10 +7,7 @@ const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.co const rtcConfig = { 'iceServers': [ { - 'urls': 'stun:stun.l.google.com:19302' - }, - { - 'urls': 'stun:stun1.l.google.com:19302' + 'urls': ['stun:stun.l.google.com:19305', 'stun:stun1.l.google.com:19305'] } ] }