From 52494d5c0117dd5744fcdc8ed89fe646e0f6a83c Mon Sep 17 00:00:00 2001 From: ChilliSec <16847981+ChilliSec@users.noreply.github.com> Date: Fri, 19 Jun 2020 00:17:20 +0100 Subject: [PATCH] Update HOWTO.md --- HOWTO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index 9e72c77e..3978408f 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -109,11 +109,11 @@ There are two types of installation. You can install a *local* or a *remote* Spl ### Installation/Configuration -1. *(Splash host)* Launch ``crawler_hidden_services_install.sh`` to install all requirements (type ``y`` if a localhost splah server is used or use the ``-y`` option) +1. *(Splash host)* Launch ``crawler_hidden_services_install.sh`` to install all requirements (type ``y`` if a localhost splash server is used or use the ``-y`` option) 2. *(Splash host)* To install and setup your tor proxy: - Install the tor proxy: ``sudo apt-get install tor -y`` - (Not required if ``Splah host == AIL host`` - The tor proxy is installed by default in AIL) + (Not required if ``Splash host == AIL host`` - The tor proxy is installed by default in AIL) (Warning: Some v3 onion address are not resolved with the tor proxy provided via apt get. Use the tor proxy provided by [The torproject](https://2019.www.torproject.org/docs/debian) to solve this issue) - Allow Tor to bind to any interface or to the docker interface (by default binds to 127.0.0.1 only) in ``/etc/tor/torrc``