Removed webtorrent tracker
This commit is contained in:
parent
6c5988d4d2
commit
d09d7ee977
1 changed files with 2 additions and 2 deletions
4
app.js
4
app.js
|
@ -2,9 +2,9 @@ let BUILD, VERSION, app, client, dbg, debug, er, opts, rtcConfig, trackers
|
||||||
|
|
||||||
VERSION = '0.15'
|
VERSION = '0.15'
|
||||||
|
|
||||||
BUILD = '2'
|
BUILD = '3'
|
||||||
|
|
||||||
trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.webtorrent.io', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz']
|
trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz']
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
announce: trackers
|
announce: trackers
|
||||||
|
|
Loading…
Reference in a new issue