|
@@ -3,7 +3,7 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-<!-- 2017-07-03 Mon 12:29 -->
|
|
6
|
+<!-- 2017-09-12 Tue 10:06 -->
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
9
|
<title></title>
|
|
@@ -262,7 +262,7 @@ git clone https://github.com/bashrc/freedombone
|
262
|
262
|
git checkout stretch
|
263
|
263
|
sudo make install
|
264
|
264
|
freedombone-image --setup debian
|
265
|
|
-freedombone-image -t i386 --onion yes
|
|
265
|
+freedombone-image -t i386 --onion-addresses-only yes
|
266
|
266
|
</code></pre>
|
267
|
267
|
</div>
|
268
|
268
|
|
|
@@ -277,7 +277,7 @@ git clone https://github.com/bashrc/freedombone
|
277
|
277
|
git checkout stretch
|
278
|
278
|
sudo make install
|
279
|
279
|
freedombone-image --setup parabola
|
280
|
|
-freedombone-image -t i386 --onion yes
|
|
280
|
+freedombone-image -t i386 --onion-addresses-only yes
|
281
|
281
|
</code></pre>
|
282
|
282
|
</div>
|
283
|
283
|
|
|
@@ -299,7 +299,11 @@ Now prepare your local system to talk to the freedombone by running the followin
|
299
|
299
|
</div>
|
300
|
300
|
|
301
|
301
|
<p>
|
302
|
|
-The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>–onion yes</b> option from the last command shown above. Also see the <a href="./domains.html">guide on setting up an ICANN domain name</a>.
|
|
302
|
+The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>–onion-addresses-only yes</b> option from the last command shown above. Also see the <a href="./domains.html">guide on setting up an ICANN domain name</a>.
|
|
303
|
+</p>
|
|
304
|
+
|
|
305
|
+<p>
|
|
306
|
+The <b>onion-addresses-only</b> option <b>does not</b> mean that everything gets routed through Tor. It's intended to provide accessible web apps with minimum fuss and without needing to buy a clearnet domain name or mess with forwarding ports. Using apps via their onion addresses may provide some degree of anonymity but it may not be perfect and anonymity isn't the aim of this system (if you want that then use <a href="https://tails.boum.org/">TAILS</a>).
|
303
|
307
|
</p>
|
304
|
308
|
|
305
|
309
|
<p>
|