mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 01:57:07 +00:00
commit
ba37444daa
2 changed files with 5 additions and 5 deletions
|
@ -256,8 +256,8 @@ Internet-Draft Passive DNS - Common Output Format April 2024
|
||||||
This field returns the resource record type as seen by the passive
|
This field returns the resource record type as seen by the passive
|
||||||
DNS. The key is rrtype and the value is in the interpreted record
|
DNS. The key is rrtype and the value is in the interpreted record
|
||||||
type represented as a JSON [RFC4627] string. If the value cannot be
|
type represented as a JSON [RFC4627] string. If the value cannot be
|
||||||
interpreted, the decimal value is returned following the principle of
|
interpreted, the decimal value is returned, following the principle
|
||||||
transparency as described in RFC 3597 [RFC3597]. Then the decimal
|
of transparency as described in RFC 3597 [RFC3597]. Then the decimal
|
||||||
value is represented as a JSON [RFC4627] number. The resource record
|
value is represented as a JSON [RFC4627] number. The resource record
|
||||||
type can be any values as described by IANA in the DNS parameters
|
type can be any values as described by IANA in the DNS parameters
|
||||||
document in the section 'Resource Record (RR) TYPEs'
|
document in the section 'Resource Record (RR) TYPEs'
|
||||||
|
@ -287,7 +287,7 @@ Internet-Draft Passive DNS - Common Output Format April 2024
|
||||||
This field returns the resource records of the queried resource.
|
This field returns the resource records of the queried resource.
|
||||||
When multiple resource records are returned, rdata MUST be a JSON
|
When multiple resource records are returned, rdata MUST be a JSON
|
||||||
array containing JSON strings. In the case of a single resource
|
array containing JSON strings. In the case of a single resource
|
||||||
record is returned, rdata MUST be a JSON string or a JSON array
|
record being returned, rdata MUST be a JSON string or a JSON array
|
||||||
containing one JSON string. Each resource record is represented as a
|
containing one JSON string. Each resource record is represented as a
|
||||||
JSON [RFC4627] string. Each resource record MUST be escaped as
|
JSON [RFC4627] string. Each resource record MUST be escaped as
|
||||||
defined in section 2.6 of RFC4627 [RFC4627]. Depending on the
|
defined in section 2.6 of RFC4627 [RFC4627]. Depending on the
|
||||||
|
|
|
@ -222,7 +222,7 @@ ws = *(
|
||||||
<t>This field returns the resource record type as seen by the passive DNS. The key is
|
<t>This field returns the resource record type as seen by the passive DNS. The key is
|
||||||
rrtype and the value is in the interpreted record type represented as a <xref
|
rrtype and the value is in the interpreted record type represented as a <xref
|
||||||
target="RFC4627">JSON</xref> string. If the value cannot be interpreted, the decimal
|
target="RFC4627">JSON</xref> string. If the value cannot be interpreted, the decimal
|
||||||
value is returned following the principle of transparency as described in <xref
|
value is returned, following the principle of transparency as described in <xref
|
||||||
target="RFC3597">RFC 3597</xref>. Then the decimal value is represented as a <xref
|
target="RFC3597">RFC 3597</xref>. Then the decimal value is represented as a <xref
|
||||||
target="RFC4627">JSON</xref> number. The resource record type can be any values as
|
target="RFC4627">JSON</xref> number. The resource record type can be any values as
|
||||||
described by IANA in the DNS parameters document in the section 'Resource Record (RR)
|
described by IANA in the DNS parameters document in the section 'Resource Record (RR)
|
||||||
|
@ -236,7 +236,7 @@ ws = *(
|
||||||
<section title="rdata">
|
<section title="rdata">
|
||||||
<t>This field returns the resource records of the queried resource. When multiple resource
|
<t>This field returns the resource records of the queried resource. When multiple resource
|
||||||
records are returned, rdata MUST be a JSON array containing JSON strings. In the case of
|
records are returned, rdata MUST be a JSON array containing JSON strings. In the case of
|
||||||
a single resource record is returned, rdata MUST be a JSON string or a JSON array
|
a single resource record being returned, rdata MUST be a JSON string or a JSON array
|
||||||
containing one JSON string. Each resource record is represented as a <xref
|
containing one JSON string. Each resource record is represented as a <xref
|
||||||
target="RFC4627">JSON</xref> string. Each resource record MUST be escaped as defined
|
target="RFC4627">JSON</xref> string. Each resource record MUST be escaped as defined
|
||||||
in section 2.6 of <xref target="RFC4627">RFC4627</xref>. Depending on the rrtype, this
|
in section 2.6 of <xref target="RFC4627">RFC4627</xref>. Depending on the rrtype, this
|
||||||
|
|
Loading…
Reference in a new issue