mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 17:45:39 +00:00
Updated Aquatic (markdown)
parent
2376520d17
commit
d25f940056
1 changed files with 5 additions and 6 deletions
11
Aquatic.md
11
Aquatic.md
|
|
@ -30,12 +30,11 @@ aquatic_udp -c /path/to/aquatic.toml
|
|||
[Install](https://github.com/YGGverse/aquatic-crawler#install) and run `aquatic-crawler` with following options:
|
||||
|
||||
``` bash
|
||||
aquatic-crawler --infohash bin_info_hash_ipv4_file_path\
|
||||
--infohash bin_info_hash_ipv6_file_path\
|
||||
aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
||||
--infohash /path/to/info-hash-ipv6.bin\
|
||||
--infohash /path/to/another-source.bin\
|
||||
--tracker udp://host1:port\
|
||||
--tracker udp://host2:port\
|
||||
--preload /path/to/directory\
|
||||
--enable-tcp
|
||||
--preload /path/to/directory
|
||||
```
|
||||
* replace `bin_info_hash_ipv4_file_path` and `bin_info_hash_ipv6_file_path` with `aquatic` configuration paths
|
||||
* replace other options with your values
|
||||
* replace paths with your values
|
||||
Loading…
Add table
Add a link
Reference in a new issue