mafintosh / torrent-stream

The low level streaming torrent engine that peerflix uses
MIT License
1.94k stars 228 forks source link

enable ipfilter.dat support #93

Open diwu1989 opened 9 years ago

diwu1989 commented 9 years ago

it's generally a good idea to use an ipfilter.dat file to block out bad peers

asapach commented 9 years ago

It does support a blocklist: https://github.com/mafintosh/torrent-stream/blob/master/index.js#L113 Although it would be a good idea to add this to the documentation.