diff --git a/Qubes-OS-lokinet-setup.md b/Qubes-OS-lokinet-setup.md index 9b5d5a9..d82e422 100644 --- a/Qubes-OS-lokinet-setup.md +++ b/Qubes-OS-lokinet-setup.md @@ -3,6 +3,11 @@ ####[**2. Web-browser for lokinet**](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#2-web-browser-for-lokinet-1) ####[**3. Web-browser configuration**](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#3-web-browser-configuration) ####[**4. Security and fingerprint checks**](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#4-security-and-fingerprint-checks) + +... + +... + ________________________________________________________ ###**1. Lokinet setup** @@ -54,14 +59,16 @@ Open the terminal of your freshly created AppVM (lokinet) and move the tor-brows **`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** " ". +* 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** " ". ________________________________________________________