Updated Aquatic (markdown)

oooo-ps 2025-08-05 22:42:26 +03:00
parent 2376520d17
commit d25f940056

@ -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