diff options
author | lurchi <lurchi@strangeplace.net> | 2018-11-16 23:59:28 +0100 |
---|---|---|
committer | lurchi <lurchi@strangeplace.net> | 2018-11-16 23:59:28 +0100 |
commit | 8ab2d9861f98390d733e29e10cace6549ff9fd06 (patch) | |
tree | bbd4a4828373e0d489ea181d163c7dba6364e3c4 | |
parent | 41c8471b6600daa27e28bdeabc3abb3df9c6f145 (diff) |
fix firefox option
-rw-r--r-- | tutorial-debian9.html.j2 | 8 |
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 <p>Our browser has to be configured so it uses our proxy. In Firefox we have to set these options under "about:config":</p> <p><code> -network.proxy.socks: localhost<br> -network.proxy.socks_port: 7777<br> -network.proxy.socks_remote_dns true<br> -network.proxy.socks.type: 1 +network.proxy.socks: localhost<br> +network.proxy.socks_port: 7777<br> +network.proxy.socks_remote_dns true<br> +network.proxy.type: 1 </code></p> <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> |