From ffbc74ef9fe357412ea9888bfc928062e2aa2308 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 25 Jun 2020 14:49:48 +0200 Subject: [PATCH] new: [millisecond resolution] time_first_ms and time_last_ms added --- i-d/pdns-qof.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index 47fccd4..2fb85fe 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -245,10 +245,17 @@ ws = *( This field returns the last time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import. The date is expressed in seconds (decimal) since 1st of January 1970 (Unix timestamp). The time zone MUST be UTC. This field is represented as a JSON number.
- Specifies the resource origin of the Passive DNS response. This field is represented as a Domain Name (DNS). - + Specifies the resource origin of the Passive DNS response. This field is represented as a Uniform Resource Identifier (URI). + +
+
+ Same meaning as the field "time_first", with the only difference, that the resolution is in milliseconds since 1st of January 1970 (UTC). + +
+
+ Same meaning as the field "time_last", with the only difference, that the resolution is in milliseconds since 1st of January 1970 (UTC). +
-
In accordance with , designers of new passive DNS applications that would need additional fields can request and register new field name at https://github.com/adulau/pdns-qof/wiki/Additional-Fields.