Re: [DNSOP] Any website publishers who use CDNs on the list?
Paul Vixie <paul@redbarn.org> Wed, 07 November 2018 18:07 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 E107512F1AC for <dnsop@ietfa.amsl.com>; Wed, 7 Nov 2018 10:07:09 -0800 (PST)
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, 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 Uaf75H1336H3 for <dnsop@ietfa.amsl.com>; Wed, 7 Nov 2018 10:07:08 -0800 (PST)
Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5791B12D4EC for <dnsop@ietf.org>; Wed, 7 Nov 2018 10:07:08 -0800 (PST)
Received: from [IPv6:2001:559:8000:c9:ec89:6a65:e867:265a] (unknown [IPv6:2001:559:8000:c9:ec89:6a65:e867:265a]) (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 AA2A7892C6; Wed, 7 Nov 2018 18:07:05 +0000 (UTC)
Message-ID: <5BE329C8.8060101@redbarn.org>
Date: Wed, 07 Nov 2018 10:07:04 -0800
From: Paul Vixie <paul@redbarn.org>
User-Agent: Postbox 5.0.25 (Windows/20180328)
MIME-Version: 1.0
To: Tony Finch <dot@dotat.at>
CC: Vladimír Čunát <vladimir.cunat+ietf@nic.cz>, Matthew Pounsett <matt@conundrum.com>, dnsop <dnsop@ietf.org>
References: <CCEEBCEF-FE91-49A6-96FE-122A5E025159@isoc.org> <20181102121108.GE12840@besserwisser.org> <20181102211625.GB20885@besserwisser.org> <20181102214114.GA92689@isc.org> <5eb5e946-88e7-59f2-1a7d-1eec3e606b9b@nic.cz> <CAAiTEH8_K=h+A0PqTh785a0tNxWhDg_Uu1UDOWb0QTJyyO2eag@mail.gmail.com> <ed4f4b57-ac02-a983-ae59-db5af9b78b96@nic.cz> <alpine.DEB.2.20.1811071732040.4343@grey.csi.cam.ac.uk>
In-Reply-To: <alpine.DEB.2.20.1811071732040.4343@grey.csi.cam.ac.uk>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/E2ePRoUphuPzGpIAgBk1M3mRJVc>
Subject: Re: [DNSOP] Any website publishers who use CDNs on the list?
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: Wed, 07 Nov 2018 18:07:10 -0000
Tony Finch wrote: > ... > > And even if you can get the recursive server addresses, you should still > go through the name service switch to deal with names that aren't in the > DNS. agreed. > > The custom DNS stub resolvers that I know about (adns, ldns, libevent) > reimplement the libc resolver, with their own parsers for /etc/resolv.conf > and all the rest. dns requests should almost universally go out via the open source "getdns" API (https://getdnsapi.net/) at this point. if your code uses one of the above methods, or getXbyY() in any form, please investigate. -- P Vixie
- [DNSOP] Any website publishers who use CDNs on th… Dan York
- Re: [DNSOP] Any website publishers who use CDNs o… Måns Nilsson
- Re: [DNSOP] Any website publishers who use CDNs o… Måns Nilsson
- Re: [DNSOP] Any website publishers who use CDNs o… Evan Hunt
- Re: [DNSOP] Any website publishers who use CDNs o… Joel Jaeggli
- Re: [DNSOP] Any website publishers who use CDNs o… Vladimír Čunát
- Re: [DNSOP] Any website publishers who use CDNs o… Matthew Pounsett
- Re: [DNSOP] Any website publishers who use CDNs o… Patrick Mevzek
- Re: [DNSOP] Any website publishers who use CDNs o… Vladimír Čunát
- Re: [DNSOP] Any website publishers who use CDNs o… Tony Finch
- Re: [DNSOP] Any website publishers who use CDNs o… Paul Vixie
- Re: [DNSOP] Any website publishers who use CDNs o… Tim Wicinski
- Re: [DNSOP] Any website publishers who use CDNs o… Mark Andrews