SuprDewd / simpletracker

A minimal BitTorrent tracker written in PHP
MIT License
34 stars 14 forks source link

[REQUEST] Option to add other trackers #16

Open QuixThe2nd opened 4 years ago

QuixThe2nd commented 4 years ago

In config, there should be the ability to automatically add specific trackers to all torrents.

Wiilf commented 3 years ago

This is a public torrent feature, as the script is designed to serve private torrents. I took care to accept both easily, by modifying how announce/announce-list array key is handled/unset in upload.php & download.php wrapped in a condition that uses ['info']['private'] = 1 : else : continue;