aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tutorial-debian9.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2
index a1e3cbeb..1435c539 100644
--- a/tutorial-debian9.html.j2
+++ b/tutorial-debian9.html.j2
@@ -313,7 +313,7 @@ $ gnunet-gns-proxy-setup-ca
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> 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 -V www.ccc.de
317</code></p> 317</code></p>
318 318
319<p>Now let's start gnunet-gns-proxy.</p> 319<p>Now let's start gnunet-gns-proxy.</p>