From da29e0b0a71b4ec3539ad4b3bfb323dc2499eac8 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:20:33 +0100 Subject: [PATCH] added new tracker --- tools/Btorrent/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/Btorrent/app.js b/tools/Btorrent/app.js index c3b648a..4cae1e6 100644 --- a/tools/Btorrent/app.js +++ b/tools/Btorrent/app.js @@ -1,7 +1,9 @@ /* global WebTorrent, angular, moment, prompt */ const VERSION = '1.1' -const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com'] +const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz' + +] const rtcConfig = { 'iceServers': [ {