require valid Url, implement magnet links

This commit is contained in:
yggverse 2025-09-08 15:18:40 +03:00
parent e8b409c4d6
commit b2f3809656
4 changed files with 30 additions and 4 deletions

View file

@ -33,7 +33,9 @@ openssl pkcs12 -export -out server.pfx -inkey server.pem -in server.crt</pre>
``` bash
btracker-gemini -i /path/to/server.pfx\
-s /path/to/btracker-fs
-s /path/to/btracker-fs\
-t udp://tracker1:6969\
-t udp://tracker2:6969
```
* prepend `RUST_LOG=trace` or `RUST_LOG=btracker_gemini=trace` to debug
* use `-b` to bind server on specified `host:port`