|
|
|
@ -17,11 +17,10 @@ There are three ways to setup lokinet:
|
|
|
|
|
* B. Advanced setup based on a templateVM
|
|
|
|
|
* C. Proxy setup (gateway-workstation-setup)
|
|
|
|
|
|
|
|
|
|
**A. Simple setup for one standalone AppVM**
|
|
|
|
|
### **A. Simple setup for one standalone AppVM**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`[user@dom0]$ qvm-create --standalone --label green --property=NAME=lokinet ...`
|
|
|
|
|
|
|
|
|
|
**`[user@dom0]$ qvm-create --standalone --label green --property=NAME=lokinet ...`**
|
|
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
|
@ -44,7 +43,7 @@ Install the Tor Browser: https://www.torproject.org/download/languages
|
|
|
|
|
Open the terminal of your freshly created AppVM (lokinet) and move the tor-browser to system directory `/opt`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`user@lokinet:~$ mv tor-browser /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.
|
|
|
|
@ -52,9 +51,7 @@ The default configuration is set to use Tor, therefore we need to make some modi
|
|
|
|
|
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** " ".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|