add new webtorrent tracker

This commit is contained in:
twisterarmy 2024-06-03 06:57:06 +03:00
parent 045d443072
commit 9f17b2ac46

View File

@ -324,7 +324,7 @@ function twisterOptions() {
});
this.add({
name: 'WebTorrentTrackers',
valDefault: 'wss://tracker.webtorrent.io,wss://tracker.btorrent.xyz,wss://tracker.openwebtorrent.com,wss://tracker.fastcast.nz'
valDefault: 'wss://tracker.webtorrent.io,wss://tracker.btorrent.xyz,wss://tracker.openwebtorrent.com,wss://tracker.fastcast.nz,wss://tracker.webtorrent.dev'
});
this.add({
name: 'WebTorrentAutoDownload',