mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
update readme
This commit is contained in:
parent
1150f93817
commit
92fbd25c9c
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -34,10 +34,18 @@
|
|||
## Usage
|
||||
|
||||
``` bash
|
||||
btracker --preload /path/to/aquatic-crawler/preload
|
||||
btracker --preload=/path/to/aquatic-crawler/preload\
|
||||
--scrape=udp://127.0.0.1:6969\
|
||||
--tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\
|
||||
--tracker=udp://tracker.ygg:6969
|
||||
```
|
||||
* append `RUST_LOG=debug` for detailed information output
|
||||
* see the project [Wiki](https://github.com/YGGverse/btracker/wiki) for more details (including [systemd](https://github.com/YGGverse/btracker/wiki/Systemd) and [nginx](https://github.com/YGGverse/btracker/wiki/Nginx) examples)
|
||||
* The `--scrape` argument is optional and enables statistics for peers, seeders, and leechers
|
||||
* it is recommended to use the local address for faster performance
|
||||
* supports multiple providers on both the IPv4 and IPv6 stacks
|
||||
* take a look at the `--udp` option if you want to customize the default binding for UDP scrapes
|
||||
* Define as many `--tracker`(s) as required
|
||||
* Append `RUST_LOG=debug` for detailed information output
|
||||
* See the project [Wiki](https://github.com/YGGverse/btracker/wiki) for more details (including [systemd](https://github.com/YGGverse/btracker/wiki/Systemd) and [nginx](https://github.com/YGGverse/btracker/wiki/Nginx) examples)
|
||||
|
||||
### Options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue