Skip to content

whitelist/filtering of torrent info hashes #44

@pwmckenna

Description

@pwmckenna

It would be nice to be able to dynamically control which torrents the tracker tracks...maybe with an api like below?

var Server = require('bittorrent-tracker').Server

var server = new Server({
  udp: true, // enable udp server? [default=true]
  http: true // enable http server? [default=true]
  filter: function (hash) {
    return hash === 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions