Files
bitvid/js/constants.js
2025-09-24 14:45:08 -04:00

8 lines
214 B
JavaScript

export const URL_FIRST_ENABLED = true;
export const ACCEPT_LEGACY_V1 = true;
export const WSS_TRACKERS = [
"wss://tracker.openwebtorrent.com",
"wss://tracker.btorrent.xyz",
"wss://tracker.webtorrent.dev",
];