From a30e536c053b6501671cb3061817796bbb87fd37 Mon Sep 17 00:00:00 2001 From: nervuri Date: Thu, 24 Jun 2021 13:55:17 +0000 Subject: [PATCH] mention Agunua as an optional dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5339ef5..7bb731e 100644 --- a/README.md +++ b/README.md @@ -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