You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [#675] tracker checker (HTTP tracker) supports more service address formats
Now it supports a path prefix. It will be remove by the client to build
the "scrape" URLs.
This type of URL is very common in tracker lists like in
https://newtrackon.com/.
```console
TORRUST_CHECKER_CONFIG='{
"udp_trackers": [],
"http_trackers": [
"http://127.0.0.1:7070",
"http://127.0.0.1:7070/",
"http://127.0.0.1:7070/announce"
],
"health_checks": []
}' cargo run --bin tracker_checker
```
0 commit comments