added new tracker

This commit is contained in:
Boof 2022-11-03 08:20:33 +01:00 committed by GitHub
parent 6fbee875b8
commit da29e0b0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
/* global WebTorrent, angular, moment, prompt */ /* global WebTorrent, angular, moment, prompt */
const VERSION = '1.1' 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 = { const rtcConfig = {
'iceServers': [ 'iceServers': [
{ {