aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-11-16 23:59:28 +0100
committerlurchi <lurchi@strangeplace.net>2018-11-16 23:59:28 +0100
commit8ab2d9861f98390d733e29e10cace6549ff9fd06 (patch)
treebbd4a4828373e0d489ea181d163c7dba6364e3c4
parent41c8471b6600daa27e28bdeabc3abb3df9c6f145 (diff)
downloadwww-8ab2d9861f98390d733e29e10cace6549ff9fd06.tar.gz
www-8ab2d9861f98390d733e29e10cace6549ff9fd06.zip
fix firefox option
-rw-r--r--tutorial-debian9.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2
index 6036e477..a1e3cbeb 100644
--- a/tutorial-debian9.html.j2
+++ b/tutorial-debian9.html.j2
@@ -325,10 +325,10 @@ $ /usr/lib/gnunet/libexec/gnunet-gns-proxy
325<p>Our browser has to be configured so it uses our proxy. In Firefox we have to set these options under "about:config":</p> 325<p>Our browser has to be configured so it uses our proxy. In Firefox we have to set these options under "about:config":</p>
326 326
327<p><code> 327<p><code>
328network.proxy.socks: localhost<br> 328network.proxy.socks: localhost<br>
329network.proxy.socks_port: 7777<br> 329network.proxy.socks_port: 7777<br>
330network.proxy.socks_remote_dns true<br> 330network.proxy.socks_remote_dns true<br>
331network.proxy.socks.type: 1 331network.proxy.type: 1
332</code></p> 332</code></p>
333 333
334<p>Now we should be able to resolve our GNS names in the browser! We just have to type "https://ccc.myself" into the address bar. If our friend Bob prepared his system, too, he can resolve our record by typing "ccc.alice.myself".</p> 334<p>Now we should be able to resolve our GNS names in the browser! We just have to type "https://ccc.myself" into the address bar. If our friend Bob prepared his system, too, he can resolve our record by typing "ccc.alice.myself".</p>