Re: [DNSOP] Data model and field names for DNS in JSON or XML

Paul Wouters <paul@nohats.ca> Wed, 18 January 2012 15:42 UTC

Return-Path: <paul@nohats.ca>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C5CF621F85EE for <dnsop@ietfa.amsl.com>; Wed, 18 Jan 2012 07:42:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.822
X-Spam-Level:
X-Spam-Status: No, score=-0.822 tagged_above=-999 required=5 tests=[AWL=0.226, BAYES_00=-2.599, FH_RELAY_NODNS=1.451, RDNS_NONE=0.1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36VwEW0W4zMi for <dnsop@ietfa.amsl.com>; Wed, 18 Jan 2012 07:42:17 -0800 (PST)
Received: from letoams.cypherpunks.ca (unknown [76.10.157.69]) by ietfa.amsl.com (Postfix) with ESMTP id 410BC21F85C2 for <dnsop@ietf.org>; Wed, 18 Jan 2012 07:42:17 -0800 (PST)
Received: from bofh.nohats.ca (bofh.nohats.ca [127.0.0.1]) by letoams.cypherpunks.ca (Postfix) with ESMTP id 20EDB83FF5; Wed, 18 Jan 2012 10:41:47 -0500 (EST)
Received: from localhost (paul@localhost) by bofh.nohats.ca (8.14.5/8.14.5/Submit) with ESMTP id q0IFfklH025775; Wed, 18 Jan 2012 10:41:46 -0500
X-Authentication-Warning: bofh.nohats.ca: paul owned process doing -bs
Date: Wed, 18 Jan 2012 10:41:46 -0500
From: Paul Wouters <paul@nohats.ca>
To: Stephane Bortzmeyer <bortzmeyer@nic.fr>
In-Reply-To: <20120118153350.GA8827@nic.fr>
Message-ID: <alpine.LFD.2.02.1201181039120.23867@bofh.nohats.ca>
References: <20120118153350.GA8827@nic.fr>
User-Agent: Alpine 2.02 (LFD 1266 2009-07-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format="flowed"
X-Mailman-Approved-At: Wed, 18 Jan 2012 09:29:39 -0800
Cc: dnsop@ietf.org
Subject: Re: [DNSOP] Data model and field names for DNS in JSON or XML
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dnsop>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Jan 2012 15:42:17 -0000

On Wed, 18 Jan 2012, Stephane Bortzmeyer wrote:

> I have a project where DNS data must be transported in Web-friendly
> environments, which mean encoded in JSON or XML. I'm not asking IETF
> to normalize DNS-in-XML or DNS-in-JSON :-) I will define my format and
> the field names, but I hope to save time by reusing analogue work.
>
> I'm aware of draft-mohan-dns-query-xml, which partially solves my
> problem (except I would like the RDATA to be structured as well, not a
> blob of "hexadecimal data").

The latest unbound supports DNS over (real) HTTPS.

See unbound.conf man page options "ssl-port", "ssl-service-key" and
"ssl-service-pem".

You can test it against the nlnetlabs resolver (I believe
open.nlnletlabs.nl ?)

Paul