mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 18:17:04 +00:00
zone_time_first and zone_time_last added as additional field.
Some of Passive DNS can also import data from zone files. These fields are needed are the time accuracy is quite different from standard Passive DNS.
This commit is contained in:
parent
8286361c1a
commit
bbdf71b683
1 changed files with 7 additions and 1 deletions
|
@ -214,6 +214,12 @@ The document does not describe the protocol (e.g. whois, HTTP REST or XMPP) nor
|
||||||
<section title="sensor_id">
|
<section title="sensor_id">
|
||||||
<t>This field returns the sensor information where the record was seen. The sensor_id is an opaque byte string as defined by <xref target="RFC5001"> RFC 5001 in section 2.3</xref>.</t>
|
<t>This field returns the sensor information where the record was seen. The sensor_id is an opaque byte string as defined by <xref target="RFC5001"> RFC 5001 in section 2.3</xref>.</t>
|
||||||
</section>
|
</section>
|
||||||
|
<section title="zone_time_first">
|
||||||
|
<t>This field returns the first time that the unique tuple (rrname, rrtype, rdata) record has been seen via zone file import. The date is expressed in seconds (decimal ascii) since 1st of January 1970 (unix timestamp). The time zone MUST be UTC.</t>
|
||||||
|
</section>
|
||||||
|
<section title="zone_time_last">
|
||||||
|
<t>This field returns the last time that the unique tuple (rrname, rrtype, rdata) record has been seen via zone file import. The date is expressed in seconds (decimal ascii) since 1st of January 1970 (unix timestamp). The time zone MUST be UTC.</t>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue