Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pataquets opened this issue Aug 1, 2022 · 1 comment

Comments

@pataquets
Copy link
Contributor

pataquets commented Aug 1, 2022

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

Some thoughts:

  • It would be great to be able to customize them, so you can worry only adding torrent hashes and they'll get eventually discovered always. I always add some reliable trackers and even for some period of time, one which I ran locally, too.
  • If not customizable, the "local trackers if available" might be tunned for some more commonplace, such as udp://localhost:6969, udp://localhost:2710 or the likes.
  • (Not sure, needs more reading of spec) It might present privacy/disclosure problems for private torrents which AFAIK, should not be announced anywhere.

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants