majestrate / torrent.ano

BitTorrent Index software
MIT License
4 stars 3 forks source link
bittorrent bittorrent-index go golang torrent torrent-indexer

torrent.ano

Anonymous Torrent Index (with captcha)

Dependencies

Building

$ make

Setup

$ cp default.ini config.ini

make sure to edit config.ini to have your settings

Running

$ ./indextracker config.ini

Management

adding a new category

$ ./trackermanager config.ini add-category anime

deleting an existing category

$ ./trackermanager config.ini del-category anime

deleting a torrent

$ ./trackermanager config.ini del-torrent hexinfohashhere

adding a new user for captcha bypass

$ ./trackermanager config.ini add-user username password

deleting an existing user

$ ./trackermanager config.ini del-user username

Info