aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-11-28 00:54:56 +0100
committerlurchi <lurchi@strangeplace.net>2018-11-28 00:55:02 +0100
commitd71a89dceb428dd380b0889effd54922ae401f84 (patch)
tree1050d58cd1bdbf524576b8e32bfb1318f51e3095
parent936b9eab452eb3e160a272fe712aa265f2b7387c (diff)
downloadwww-d71a89dceb428dd380b0889effd54922ae401f84.tar.gz
www-d71a89dceb428dd380b0889effd54922ae401f84.zip
only query the A records (the browser example will not work otherwise)
-rw-r--r--tutorial-debian9.html.j24
-rw-r--r--tutorial-ubuntu1804.html.j24
2 files changed, 4 insertions, 4 deletions
diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2
index 6e1eb212..55db5026 100644
--- a/tutorial-debian9.html.j2
+++ b/tutorial-debian9.html.j2
@@ -274,7 +274,7 @@ $ gnunet-namestore -z myself -a -e "1 d" -p -t A -n ccc -V 195.54.164.39
274<p>Now we can query that record using the command line tool `gnunet-gns`.</p> 274<p>Now we can query that record using the command line tool `gnunet-gns`.</p>
275 275
276<p><code> 276<p><code>
277$ gnunet-gns -u ccc.myself<br> 277$ gnunet-gns -t A -u ccc.myself<br>
278ccc.myself:<br> 278ccc.myself:<br>
279Got `A' record: 195.54.164.39 279Got `A' record: 195.54.164.39
280</code></p> 280</code></p>
@@ -291,7 +291,7 @@ $ gnunet-namestore -z myself -a -e never -p -t PKEY -n alice -V HWTYD3P5D77JVFNV
291<p>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!</p> 291<p>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!</p>
292 292
293<p><code> 293<p><code>
294$ gnunet-gns -u ccc.alice.myself<br> 294$ gnunet-gns -t A -u ccc.alice.myself<br>
295ccc.alice.myself:<br> 295ccc.alice.myself:<br>
296Got `A' record: 195.54.164.39 296Got `A' record: 195.54.164.39
297</code></p> 297</code></p>
diff --git a/tutorial-ubuntu1804.html.j2 b/tutorial-ubuntu1804.html.j2
index 32a8a326..cc03257c 100644
--- a/tutorial-ubuntu1804.html.j2
+++ b/tutorial-ubuntu1804.html.j2
@@ -257,7 +257,7 @@ $ gnunet-namestore -z myself -a -e "1 d" -p -t A -n ccc -V 195.54.164.39
257<p>Now we can query that record using the command line tool `gnunet-gns`.</p> 257<p>Now we can query that record using the command line tool `gnunet-gns`.</p>
258 258
259<p><code> 259<p><code>
260$ gnunet-gns -u ccc.myself<br> 260$ gnunet-gns -t A -u ccc.myself<br>
261ccc.myself:<br> 261ccc.myself:<br>
262Got `A' record: 195.54.164.39 262Got `A' record: 195.54.164.39
263</code></p> 263</code></p>
@@ -274,7 +274,7 @@ $ gnunet-namestore -z myself -a -e never -p -t PKEY -n alice -V HWTYD3P5D77JVFNV
274<p>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!</p> 274<p>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!</p>
275 275
276<p><code> 276<p><code>
277$ gnunet-gns -u ccc.alice.myself<br> 277$ gnunet-gns -t A -u ccc.alice.myself<br>
278ccc.alice.myself:<br> 278ccc.alice.myself:<br>
279Got `A' record: 195.54.164.39 279Got `A' record: 195.54.164.39
280</code></p> 280</code></p>