mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 09:05:30 +00:00
require valid Url, implement magnet links
This commit is contained in:
parent
e8b409c4d6
commit
b2f3809656
4 changed files with 30 additions and 4 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue