From 2d52966815598e1e122b465a5c10a314faa77ffd Mon Sep 17 00:00:00 2001 From: who am i Date: Sun, 30 Jan 2022 12:00:23 +0100 Subject: [PATCH] Update page 'Qubes OS lokinet setup' --- Qubes-OS-lokinet-setup.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Qubes-OS-lokinet-setup.md b/Qubes-OS-lokinet-setup.md index d8acd62..786a1de 100644 --- a/Qubes-OS-lokinet-setup.md +++ b/Qubes-OS-lokinet-setup.md @@ -38,18 +38,23 @@ You can use any web-browser to access lokinet (**.loki) or use lokinet exit node * Security and convenience: A hardened Firefox by default. Install the Tor Browser: https://www.torproject.org/download/languages -Open the terminal in your freshly created AppVM (lokinet) -`user@lokinet:~$ ` + +Open the terminal of your freshly created AppVM (lokinet) and move the tor-browser to system directory /opt + +`user@lokinet:~$ mv tor-browser /opt` The default configuration is set to use Tor, therefore we need to make some modifications to use lokinet instead of the Tor network. -_______________________________________________________________________________________________ + +In the Tor Browser address bar type about:config and confirm the risk to access the Tor Browser configuration. + +search for: **network.dns.disabled** and set it to **false** + +search for: extensions.torlauncher.start_tor and set it to **false** + +search for: **network.proxy.socks** and **replace the 127.0.0.1 **with **one space** " ". -1) Run Tor Browser and go to: about:config -2) Set to “false”: network.dns.disabled -3) Replace “127.0.0.1” with a space (” “): network.proxy.socks -4) To prevent the pop-up window, set to “false”: extensions.torlauncher.start_tor ##3. Web-browser configuration