mention Agunua as an optional dependency

This commit is contained in:
nervuri 2021-06-24 13:55:17 +00:00
parent b32b15b5b7
commit a30e536c05
Signed by: nervuri
GPG Key ID: C4769EEA7BA61672
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ Trust stores generated by these scripts can be found at https://tildegit.org/ner
Required: [OpenSSL](https://www.openssl.org/), [idn](https://www.gnu.org/software/libidn/)
Optional: [torsocks](https://packages.debian.org/buster/torsocks) (for .onion capsules and for double-checking certificates using a different network perspective)
Optional: [torsocks](https://packages.debian.org/buster/torsocks) (for .onion capsules and for double-checking certificates using a different network perspective) and [Agunua](https://framagit.org/bortzmeyer/agunua) (for downloading host lists more securely).
To install them in Debian, run: `sudo apt install openssl idn torsocks`
To install them in Debian, run: `sudo apt install openssl idn torsocks` and `pip3 install agunua`.
## Usage