aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-11-16 23:52:41 +0100
committerlurchi <lurchi@strangeplace.net>2018-11-16 23:52:41 +0100
commit53443e4b7fc62ad9f80ed705c1c08a21e2c8e7cc (patch)
treee9427ada4c994b87bfcc6f30888e6e4a8cb1758f
parent77f1c77f5cf55c0ea688ebd2b3390d1746c24cee (diff)
downloadwww-53443e4b7fc62ad9f80ed705c1c08a21e2c8e7cc.tar.gz
www-53443e4b7fc62ad9f80ed705c1c08a21e2c8e7cc.zip
remove theater-speak; add full path to gnunet-gns-proxy
-rw-r--r--tutorial-debian9.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2
index 3a95f457..d3959ead 100644
--- a/tutorial-debian9.html.j2
+++ b/tutorial-debian9.html.j2
@@ -310,7 +310,7 @@ about what GNS is about, but now let's use it with a browser, to make it actuall
310$ gnunet-gns-proxy-setup-ca 310$ gnunet-gns-proxy-setup-ca
311</code></p> 311</code></p>
312 312
313<p>Enter <b>gnunet-gns-proxy</b>. It's a proxy service that the browser can send DNS and HTTP traffic to. It will try to resolve names with GNS first and forward the rest of the DNS traffic to the system's DNS resolver. It will also take care of the HTTP traffic, so the browser gets valid certificates and the web server will not be confused by our GNS hostnames. Our GNS namestore doesn't know about any DNS hostnames yet, so we have to store them, too. For our "ccc" A record, we have to store a LEHO (legacy hostname) record, too. It must contain the website's original DNS hostname:</p> 313<p>GNUnet provides a proxy service (gnunet-gns-proxy) that the browser can send DNS and HTTP traffic to. It will try to resolve names with GNS first and forward the rest of the DNS traffic to the system's DNS resolver. It will also take care of the HTTP traffic, so the browser gets valid certificates and the web server will not be confused by our GNS hostnames. Our GNS namestore doesn't know about any DNS hostnames yet, so we have to store them, too. For our "ccc" A record, we have to store a LEHO (legacy hostname) record, too. It must contain the website's original DNS hostname:</p>
314 314
315<p><code> 315<p><code>
316$ gnunet-namestore -z myself -a -e "1 d" -p -t LEHO -n ccc -C www.ccc.de 316$ gnunet-namestore -z myself -a -e "1 d" -p -t LEHO -n ccc -C www.ccc.de
@@ -319,7 +319,7 @@ $ gnunet-namestore -z myself -a -e "1 d" -p -t LEHO -n ccc -C www.ccc.de
319<p>Now let's start gnunet-gns-proxy.</p> 319<p>Now let's start gnunet-gns-proxy.</p>
320 320
321<p><code> 321<p><code>
322$ gnunet-gns-proxy 322$ /usr/lib/gnunet/libexec/gnunet-gns-proxy
323</code></p> 323</code></p>
324 324
325<p>Our browser has to be configured so it uses our proxy. In Firefox we have to set theese options under "about:config":</p> 325<p>Our browser has to be configured so it uses our proxy. In Firefox we have to set theese options under "about:config":</p>