mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-09 20:34:16 +00:00
8 lines
214 B
JavaScript
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",
|
|
];
|