From efd650cb1c5a72da5b191a47a58a128b13b7706e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Thu, 9 Apr 2020 22:58:43 -0500 Subject: [PATCH] Update app.js --- app.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index a431253..416c615 100644 --- a/app.js +++ b/app.js @@ -1,13 +1,16 @@ /* global WebTorrent, angular, moment, prompt, CoinHive */ -const VERSION = '0.18.0' +const VERSION = '0.18.1' const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com'] const rtcConfig = { 'iceServers': [ { - 'urls': 'stun:stun.l.google.com:19305' + 'urls': 'stun:stun.l.google.com:19302' + }, + { + 'urls': 'stun:stun1.l.google.com:19302' } ] }