How to use private tracker mode? #476
Replies: 1 comment 6 replies
-
Hi @Zerowalker, the Torrust Tracker does not use that URL format, the KEY goes after the Announce request: curl "http://0.0.0.0:7070/announce/U7K9EiczJp5uA8kUavaSMd63Jp4OaSxQ?info_hash=%81%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00&peer_addr=2.137.87.41&downloaded=0&uploaded=0&peer_id=-qB00000000000000001&port=17548&left=0&event=completed&compact=0" Create key: $ curl -X POST "http://127.0.0.1:1212/api/v1/key/120?token=MyAccessToken"
{"key":"U7K9EiczJp5uA8kUavaSMd63Jp4OaSxQ","valid_until":1696846407,"expiry_time":"2023-10-09 10:13:27.791694159 UTC"}
I think some trackers use a |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I Can't seem to figure it out.
I have set it to private, then generated a key, and then try to use the tracker: http://foo:1234/KEY/announce
But that doesn't seem to be what it expects, but that's normally how private tracker urls look like from what I gather.
Beta Was this translation helpful? Give feedback.
All reactions