aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-11-17 00:04:04 +0100
committerlurchi <lurchi@strangeplace.net>2018-11-17 00:04:04 +0100
commitb2310cacaea3b6c202d1632109dee0df21203be7 (patch)
tree9343e1535d29cc635e97b5554589dc132f311d60
parent8ab2d9861f98390d733e29e10cace6549ff9fd06 (diff)
downloadwww-b2310cacaea3b6c202d1632109dee0df21203be7.tar.gz
www-b2310cacaea3b6c202d1632109dee0df21203be7.zip
fix command line option
-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>