|
|
|
@ -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
|
|
|
|
|