Fix trackers
This commit is contained in:
parent
131bbf9e9a
commit
c4997aac0f
1 changed files with 2 additions and 2 deletions
4
app.js
4
app.js
|
@ -1,8 +1,8 @@
|
|||
/* global WebTorrent, angular, moment, prompt */
|
||||
|
||||
const VERSION = '0.17.4'
|
||||
const VERSION = '0.17.5'
|
||||
|
||||
const trackers = ['wss://trackers.btorrent.xyz', 'wss://trackers.openwebtorrent.com', 'wss://trackers.fastcast.nz']
|
||||
const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz']
|
||||
|
||||
const rtcConfig = {
|
||||
'iceServers': [
|
||||
|
|
Loading…
Reference in a new issue