You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be interesting, as it's already possible with trackers option, to have a blacklist array to forcefully forbid trackers.
The best would be for the blacklist to be regex compatible, for example:
torrent-stream(magnet, {
blacklist: [
'demonii', // blacklists all trackers containing 'demonii' in the uri
'udp://9.rarbg.com:2710/announce' // blacklists only this exact tracker/port
]
});
What do you think?
The text was updated successfully, but these errors were encountered:
It could be interesting, as it's already possible with
trackers
option, to have ablacklist
array to forcefully forbid trackers.The best would be for the blacklist to be regex compatible, for example:
What do you think?
The text was updated successfully, but these errors were encountered: