aboutsummaryrefslogtreecommitdiff
path: root/tutorial-debian9.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial-debian9.html.j2')
-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>