Appendix with examples added

This commit is contained in:
Alexandre Dulaunoy 2013-12-27 10:18:04 +01:00
parent e4b9e14ae1
commit daa83f6e80

View file

@ -283,7 +283,7 @@ CR = %x0D
</section>
</middle>
<!-- *****BACK MATTER ***** -->
<!-- *****BACK MATTER ***** -->
<back>
<!-- References split into informative and normative -->
@ -388,6 +388,35 @@ CR = %x0D
<!-- &I-D.draft-bortzmeyer-dnsop-dns-privacy; -->
</references>
<section anchor="app-additional" title="Examples">
<t>If you query a passive DNS for the rrname www.ietf.org, the passive dns common output format can be:</t>
<figure><artwork>
<![CDATA[
{"count": "37", "time_first": "1384865833", "rrtype": "A",\
"rrname": "www.ietf.org", "rrdata": "4.31.198.44",\
"time_last": "1388132830"}
{"count": "102", "time_first": "1298412391", "rrtype": "AAAA",\
"rrname": "www.ietf.org", "rrdata": "2001:1890:1112:1::20",\
"time_last": "1302506851"}
]]>
</artwork></figure>
<t>If you query a passive DNS for the rrname ietf.org, the passive dns common output format can be:</t>
<figure><artwork>
<![CDATA[
{"count": "4", "time_first": "1298495035", "rrtype": "A",\
"rrname": "ietf.org", "rrdata": "64.170.98.32",\
"time_last": "1298495035"}
{"count": "109330", "time_first": "1298398002", "rrtype": "NS",\
"rrname": "ietf.org", "rrdata": "ns1.yyz1.afilias-nst.info",\
"time_last": "1388134770"}
{"count": "9", "time_first": "1317037550", "rrtype": "AAAA",\
"rrname": "ietf.org", "rrdata": "2001:1890:123a::1:1e",\
"time_last": "1330209752"}
]]>
</artwork></figure>
</section>
</back>
</rfc>