From a327cbf3a7da9f781850086f05704f0b6ebaf29d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 2 Feb 2014 07:04:08 +0100 Subject: [PATCH] Clarification for rrtype JSON format (feedback from dnsop) String when known, Number when unknown --- i-d/pdns-qof.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index 85791c1..0a989c1 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -203,7 +203,7 @@ CR = %x0D The resource record type can be any values as described by IANA in the DNS parameters document in the section 'DNS Label types' (http://www.iana.org/assignments/dns-parameters). Currently known and supported textual descriptions of rrtypes are: A, AAAA, CNAME, PTR, SOA, TXT, DNAME, NS, SRV, RP, NAPTR, HINFO, A6. - A client MUST be able to understand these textual rrtype values. In addition, a client MUST be able to handle a decimal value (as mentioned above) as answer. + A client MUST be able to understand these textual rrtype values represented as a JSON string. In addition, a client MUST be able to handle a decimal value (as mentioned above) as answer represented as a JSON number.