WinPooh32 / peerstohttp

Simple torrent proxy to http stream controlled over REST-like api
GNU General Public License v3.0
46 stars 10 forks source link

Feature request: expose default added trackers or allow disabling them #22

Open pataquets opened 1 year ago

pataquets commented 1 year ago

Looks like there is a hardcoded list of trackers that are always added to torrents here.

Some thoughts:

Also, not sure about how would work customization, since everything is done in command line and passing the list might be cumbersome, but would work anyway, I guess. Depending on the requirements, it might be "low hanging fruit".

WinPooh32 commented 1 year ago

We can customize trackers list pulling it from the file. I have already made this at similar project and it can be ported easily: https://github.com/WinPooh32/content/blob/main/cmd/service/main.go#L40