Remove WebTorrent tracker
This commit is contained in:
parent
06abe650c4
commit
1780800a6c
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -4,7 +4,7 @@ VERSION = '0.15'
|
||||||
|
|
||||||
BUILD = '2'
|
BUILD = '2'
|
||||||
|
|
||||||
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