mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-02 01:55:28 +00:00
Updated Aquatic (markdown)
parent
a3886f6f27
commit
7ab1dbcb18
1 changed files with 6 additions and 4 deletions
10
Aquatic.md
10
Aquatic.md
|
|
@ -1,6 +1,8 @@
|
||||||
This crawler requires [patch #233](https://github.com/greatest-ape/aquatic/pull/233).
|
This crawler requires [patch #233](https://github.com/greatest-ape/aquatic/pull/233).
|
||||||
|
|
||||||
## Build from source
|
## Linux
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
* `git clone https://github.com/YGGverse/aquatic.git && cd aquatic`
|
* `git clone https://github.com/YGGverse/aquatic.git && cd aquatic`
|
||||||
* `git checkout info-hash-api`
|
* `git checkout info-hash-api`
|
||||||
|
|
@ -8,7 +10,7 @@ This crawler requires [patch #233](https://github.com/greatest-ape/aquatic/pull/
|
||||||
* `cargo build --release -p aquatic_udp`
|
* `cargo build --release -p aquatic_udp`
|
||||||
* `sudo install target/release/aquatic_udp /usr/local/bin/aquatic_udp`
|
* `sudo install target/release/aquatic_udp /usr/local/bin/aquatic_udp`
|
||||||
|
|
||||||
## Configuration
|
### Configuration
|
||||||
|
|
||||||
* `aquatic_udp -p > /path/to/aquatic.toml`
|
* `aquatic_udp -p > /path/to/aquatic.toml`
|
||||||
* `nano /path/to/aquatic.toml`
|
* `nano /path/to/aquatic.toml`
|
||||||
|
|
@ -17,13 +19,13 @@ This crawler requires [patch #233](https://github.com/greatest-ape/aquatic/pull/
|
||||||
* `bin_info_hash_ipv6_file_path` - set path (if IPv6 in use)
|
* `bin_info_hash_ipv6_file_path` - set path (if IPv6 in use)
|
||||||
* open ports in the firewall according to the `address_ipv4` and `address_ipv6` configuration
|
* open ports in the firewall according to the `address_ipv4` and `address_ipv6` configuration
|
||||||
|
|
||||||
## Run
|
### Run
|
||||||
|
|
||||||
```
|
```
|
||||||
aquatic_udp -c /path/to/aquatic.toml
|
aquatic_udp -c /path/to/aquatic.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use
|
### Use
|
||||||
|
|
||||||
[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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue