Re: [DNSOP] Draft for dynamic discovery of secure resolvers

Paul Vixie <paul@redbarn.org> Sun, 19 August 2018 00:33 UTC

Return-Path: <paul@redbarn.org>
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 14064130E22 for <dnsop@ietfa.amsl.com>; Sat, 18 Aug 2018 17:33:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
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 35w99wDqXP3w for <dnsop@ietfa.amsl.com>; Sat, 18 Aug 2018 17:33:08 -0700 (PDT)
Received: from family.redbarn.org (family.redbarn.org [24.104.150.213]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E816E130E02 for <dnsop@ietf.org>; Sat, 18 Aug 2018 17:33:08 -0700 (PDT)
Received: from [IPv6:2001:559:8000:c9:1c6f:2fd8:8c7b:9a62] (unknown [IPv6:2001:559:8000:c9:1c6f:2fd8:8c7b:9a62]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 46077892C7; Sun, 19 Aug 2018 00:33:07 +0000 (UTC)
Message-ID: <5B78BAC1.5070309@redbarn.org>
Date: Sat, 18 Aug 2018 17:33:05 -0700
From: Paul Vixie <paul@redbarn.org>
User-Agent: Postbox 5.0.25 (Windows/20180328)
MIME-Version: 1.0
To: Marek Vavruša <mvavrusa@cloudflare.com>
CC: Ted Lemon <mellon@fugue.com>, dnsop <dnsop@ietf.org>
References: <CAC=TB13mUH2SDxFb4c3rOz0-Z6PE_r9i84_xK=dmLxiVr45+tA@mail.gmail.com> <CAPt1N1=-792WkQmbTigPdqOh0dONykYycG0hheOecoQa4ai=Hw@mail.gmail.com> <5B7893C9.7000703@redbarn.org> <CAC=TB13WjNJG+Sk8kcudcs9G3dDQcvOyg0ywBJY=90vAynUJLw@mail.gmail.com>
In-Reply-To: <CAC=TB13WjNJG+Sk8kcudcs9G3dDQcvOyg0ywBJY=90vAynUJLw@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/jd83oSoQ_mvOvs8eRoQR-vUiqmM>
Subject: Re: [DNSOP] Draft for dynamic discovery of secure resolvers
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 19 Aug 2018 00:33:10 -0000


Marek Vavruša wrote:
> Hi,
>
> thanks for comments. This draft has little to do with DoH (the primary
> focus is DoT), and its comparison to other technologies. It's about
> network operator being able to advertise that its recursive server
> supports DNS on more than just port 53. Please let's stay at least a
> bit on topic.
>
> Marek

i think stubs should try to negotiate persistent tcp/853 for every 
address they receive from dhcp, and if they can't, they should fall back 
to doing whatever they did before, like try udp/53, and so on.

-- 
P Vixie