[DNSOP] HTTPS/SVCB on Cloudflare DNS

Alessandro Ghedini <alessandro@ghedini.me> Thu, 16 July 2020 15:14 UTC

Return-Path: <alessandro@ghedini.me>
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 694F83A0AB8 for <dnsop@ietfa.amsl.com>; Thu, 16 Jul 2020 08:14:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ghedini.me
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00HuCRsoStZY for <dnsop@ietfa.amsl.com>; Thu, 16 Jul 2020 08:14:03 -0700 (PDT)
Received: from blastoise.ghedini.me (blastoise.ghedini.me [45.32.158.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 11F783A0AB5 for <dnsop@ietf.org>; Thu, 16 Jul 2020 08:14:02 -0700 (PDT)
Received: from localhost (unknown [IPv6:2a02:8010:6241:1:f942:f297:25ce:fb0a]) by blastoise.ghedini.me (Postfix) with ESMTPSA id 13B17DF29C for <dnsop@ietf.org>; Thu, 16 Jul 2020 15:14:00 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ghedini.me; s=mail; t=1594912440; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=aoNbGEQP0ItrYMrm43lPrqmemLZByqzqCycb/TCzUUA=; b=eCy0RQOa/jjC4dKAsY6ig8orhZBQVx2q8fvhi2vE7VeGXThftyys6PUuVfFJodTM1jRdtI xBSdGp2VR13h0Mg3bUHrtKVeOSv6pbimWLFFWZb7X7x057R3zi86ysYmSszc2Z000L5p1Y nmphJaoWaYS1HP4YGGcvCBz7Fnn2J2s=
Date: Thu, 16 Jul 2020 16:13:56 +0100
From: Alessandro Ghedini <alessandro@ghedini.me>
To: dnsop@ietf.org
Message-ID: <20200716151356.GA60024@wakko.flat11.house>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/vkvqmI1wcYIz9_hcioHzRNRFNJw>
Subject: [DNSOP] HTTPS/SVCB on Cloudflare DNS
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Thu, 16 Jul 2020 15:14:05 -0000

Hello,

Just a quick note that we have started serving "HTTPS" DNS records from
Cloudflare's authoritative DNS servers. Our main use-case right now is
advertising HTTP/3 support for those customers that enabled that feature (in
addition to using Alt-Svc HTTP headers).

If anyone is interested in trying this out you can query pretty much all domains
served by Cloudflare DNS for which we terminate HTTP.

For example:

   % dig blog.cloudflare.com type65

  ; <<>> DiG 9.16.4-Debian <<>> blog.cloudflare.com type65
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17291
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 4096
  ;; QUESTION SECTION:
  ;blog.cloudflare.com.		IN	TYPE65

  ;; ANSWER SECTION:
  blog.cloudflare.com.	300	IN	TYPE65	\# 76 000100000100150568332D32390568332D32380568332D3237026832 0004000868121A2E68121B2E00060020260647000000000000000000 68121A2E26064700000000000000000068121B2E

Cheers