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 1/3] 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' } ] } 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 2/3] 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'] } ] } From 34c9f806cf93bd6f13f6ce138b1412f28fdbc53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Thu, 9 Apr 2020 23:18:25 -0500 Subject: [PATCH 3/3] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index dc0ee18..39c056b 100644 --- a/app.js +++ b/app.js @@ -1,4 +1,4 @@ -/* global WebTorrent, angular, moment, prompt, CoinHive */ +/* global WebTorrent, angular, moment, prompt */ const VERSION = '0.18.1'