mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-02 18:15:31 +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:
|
[Install](https://github.com/YGGverse/aquatic-crawler#install) and run `aquatic-crawler` with following options:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
aquatic-crawler --infohash bin_info_hash_ipv4_file_path\
|
aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
||||||
--infohash bin_info_hash_ipv6_file_path\
|
--infohash /path/to/info-hash-ipv6.bin\
|
||||||
|
--infohash /path/to/another-source.bin\
|
||||||
--tracker udp://host1:port\
|
--tracker udp://host1:port\
|
||||||
--tracker udp://host2:port\
|
--tracker udp://host2:port\
|
||||||
--preload /path/to/directory\
|
--preload /path/to/directory
|
||||||
--enable-tcp
|
|
||||||
```
|
```
|
||||||
* replace `bin_info_hash_ipv4_file_path` and `bin_info_hash_ipv6_file_path` with `aquatic` configuration paths
|
* replace paths with your values
|
||||||
* replace other options with your values
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue