README: torsocks no longer optional

This commit is contained in:
nervuri 2023-04-18 15:09:53 +00:00
parent a6ea882c2f
commit 3ccabfabef
1 changed files with 1 additions and 3 deletions

View File

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