From 85f76d26585dc647f14b7f12d99293bccea8ed24 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 13 Nov 2015 09:23:28 +0100 Subject: [PATCH] origin added as an additional field --- i-d/pdns-qof.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index 99856e2..ca62d03 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -18,6 +18,7 @@ + @@ -241,6 +242,11 @@ 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 Uniform Resource Identifier (URI). + +
+
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. @@ -305,6 +311,7 @@ ws = *( &RFC6648; &RFC2234; &RFC6973; + &RFC3986;