Expand description
Application services for the HTTP tracker.
These modules contain logic that is specific for the HTTP tracker but it does depend on the Axum web server. It could be reused for other web servers.
Refer to torrust_tracker documentation.
Modulesยง
- announce
- The
announceservice. - peer_
ip_ resolver - This service resolves the peer IP from the request.
- scrape
- The
scrapeservice.