mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
update readme
This commit is contained in:
parent
6cc1be0890
commit
55fe501d5a
22
README.md
22
README.md
@ -198,18 +198,20 @@ $ bittorrent-tracker --help
|
|||||||
bittorrent-tracker - Start a bittorrent tracker server
|
bittorrent-tracker - Start a bittorrent tracker server
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
bittorrent-tracker
|
bittorrent-tracker [OPTIONS]
|
||||||
|
|
||||||
|
If no --http, --udp, or --ws option is supplied, all tracker types will be started.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-p, --port [number] change the port [default: 8000]
|
-p, --port [number] change the port [default: 8000]
|
||||||
--trust-proxy trust 'x-forwarded-for' header from reverse proxy
|
--trust-proxy trust 'x-forwarded-for' header from reverse proxy
|
||||||
--interval tell clients to announce on this interval (ms)
|
--interval client announce interval (ms) [default: 600000]
|
||||||
--http enable http server [default: true]
|
--http enable http server
|
||||||
--udp enable udp server [default: true]
|
--udp enable udp server
|
||||||
--ws enable ws server [default: false]
|
--ws enable websocket server
|
||||||
-q, --quiet only show error output
|
-q, --quiet only show error output
|
||||||
-s, --silent show no output
|
-s, --silent show no output
|
||||||
-v, --version print the current version
|
-v, --version print the current version
|
||||||
|
|
||||||
Please report bugs! https://github.com/feross/bittorrent-tracker/issues
|
Please report bugs! https://github.com/feross/bittorrent-tracker/issues
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user