diff --git a/app.js b/app.js index a431253..39c056b 100644 --- a/app.js +++ b/app.js @@ -1,13 +1,13 @@ -/* global WebTorrent, angular, moment, prompt, CoinHive */ +/* global WebTorrent, angular, moment, prompt */ -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:19305', 'stun:stun1.l.google.com:19305'] } ] }