From c7421fbb867df14cce7753dc5179540fda366335 Mon Sep 17 00:00:00 2001 From: M5oul <azimi.mael@facebook.com> Date: Tue, 13 May 2014 17:25:11 +0200 Subject: [PATCH 1/2] Update torhiddenservice.md Relecture --- torhiddenservice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torhiddenservice.md b/torhiddenservice.md index 29f4e275..c9b70c51 100644 --- a/torhiddenservice.md +++ b/torhiddenservice.md @@ -10,7 +10,7 @@ apt-get install tor ## Configuring our hidden service -Edit /ect/tor/torrc, and add these lines: +Edit /etc/tor/torrc, and add these lines: ```bash HiddenServiceDir /var/lib/tor/hidden_service/ @@ -40,7 +40,7 @@ yunohost domain add random123456789.onion ## Avoid SSO redirection (optional) -If you want to avoid being redirected to the SSO portal at login, you can deactivate SSOwat for this specific tor domain, by editing the file `/etc/nginx/conf.d/random123456789.onion.conf` and commenting the following line (2 times): +If you want to avoid being redirected to the SSO portal at login, you can deactivate SSOwat for this specific tor domain, by editing the file `/etc/nginx/conf.d/random123456789.onion.conf` and commenting the following line (two times): ```bash #access_by_lua_file /usr/share/ssowat/access.lua; From 63c7e8575a3fd7a5ee2f75abf20b94eb9b429651 Mon Sep 17 00:00:00 2001 From: M5oul <azimi.mael@facebook.com> Date: Tue, 13 May 2014 17:32:19 +0200 Subject: [PATCH 2/2] Update torhiddenservice.md --- torhiddenservice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torhiddenservice.md b/torhiddenservice.md index c9b70c51..5485cde0 100644 --- a/torhiddenservice.md +++ b/torhiddenservice.md @@ -1,4 +1,4 @@ -# Using Yunohost as a Tor Hidden Service +# Using YunoHost as a Tor Hidden Service See https://www.torproject.org/docs/tor-hidden-service.html.en