From 7326e6162fe0432ccad25aad4963657842476484 Mon Sep 17 00:00:00 2001 From: lurchi Date: Fri, 16 Nov 2018 23:16:36 +0100 Subject: try to fix html --- tutorial-debian9.html.j2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2 index 50c1a979..87f04d2d 100644 --- a/tutorial-debian9.html.j2 +++ b/tutorial-debian9.html.j2 @@ -291,9 +291,9 @@ $ gnunet-namestore -z myself -a -e never -p -t PKEY -n alice -V HWTYD3P5D77JVFNV

Our identity in Bobs namestore is a public record (-p) and never expires (-e never). Now Bob (let's assume he has called his identity myself, too) should be able to resolve our "ccc" record, too!

-$ gnunet-gns -u ccc.alice.myself -ccc.alice.myself: -Got `A' record: 195.54.164.39 +$ gnunet-gns -u ccc.alice.myself
+ccc.alice.myself:
+Got `A' record: 195.54.164.39

It can continue like this. A friend of Bob would be able to resolve our records too because Bob published our identity in a public record. Bobs friend would simply use "ccc.alice.bob.myself" to resolve our "ccc" record. @@ -316,19 +316,19 @@ $ gnunet-gns-proxy-setup-ca $ gnunet-namestore -z myself -a -e "1 d" -p -t LEHO -n ccc -C www.ccc.de

-Now let's start gnunet-gns-proxy. +

Now let's start gnunet-gns-proxy.

$ gnunet-gns-proxy

-

Our browser has to be configured so it uses our proxy. In firefox we have to set theese options under "about:config":

+

Our browser has to be configured so it uses our proxy. In Firefox we have to set theese options under "about:config":

-network.proxy.socks: localhost -network.proxy.socks_port: 7777 -network.proxy.socks_remote_dns true -network.proxy.socks.type: 1 +network.proxy.socks: localhost
+network.proxy.socks_port: 7777
+network.proxy.socks_remote_dns true
+network.proxy.socks.type: 1

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".

-- cgit v1.2.3