Re: [DNSOP] WGLC for draft-ietf-dnsop-let-localhost-be-localhost-02

Paul Vixie <paul@redbarn.org> Thu, 01 February 2018 17: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 45FD912EB12 for <dnsop@ietfa.amsl.com>; Thu, 1 Feb 2018 09:33:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level:
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 S-Jgo5Eakxon for <dnsop@ietfa.amsl.com>; Thu, 1 Feb 2018 09:33:38 -0800 (PST)
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 06D70126FDC for <dnsop@ietf.org>; Thu, 1 Feb 2018 09:33:38 -0800 (PST)
Received: from [IPv6:2001:559:8000:c9:694c:5ab8:f09f:e87e] (unknown [IPv6:2001:559:8000:c9:694c:5ab8:f09f:e87e]) (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 E759C7594C; Thu, 1 Feb 2018 17:33:37 +0000 (UTC)
Message-ID: <5A734F71.2070604@redbarn.org>
Date: Thu, 01 Feb 2018 09:33:37 -0800
From: Paul Vixie <paul@redbarn.org>
User-Agent: Postbox 5.0.22 (Windows/20171208)
MIME-Version: 1.0
To: Andrew Sullivan <ajs@anvilwalrusden.com>
CC: dnsop@ietf.org
References: <9DCE2F63-EE37-4865-B9D6-6B79BBE05593@gmail.com> <20180129155112.GC16545@mx4.yitter.info> <5A6F5CF1.4080706@redbarn.org> <CA+nkc8D7tne5SxGOUhvJqstmDa=1=RmvcHQte1byAab5dUd5sQ@mail.gmail.com> <AE634FC4-0EAF-4F54-8860-61E41284F873@fugue.com> <20180130185919.GJ19193@mx4.yitter.info> <3b57a486-df8e-ca57-ab89-c167cea0dcc9@bellis.me.uk> <20180131161507.GP3322@mournblade.imrryr.org> <20180201172644.GD26453@mx4.yitter.info>
In-Reply-To: <20180201172644.GD26453@mx4.yitter.info>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/yGqW1V4H-NEJSP1KTsUBMAMC4Tk>
Subject: Re: [DNSOP] WGLC for draft-ietf-dnsop-let-localhost-be-localhost-02
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.22
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, 01 Feb 2018 17:33:39 -0000


Andrew Sullivan wrote:
> On Wed, Jan 31, 2018 at 04:15:07PM +0000, Viktor Dukhovni wrote:
>> return NXDomain is likely the best option for now.  The other
>> alternative is to actually serve the expected data:
>>
>>      localhost. IN A 127.0.0.1
>>      localhost. IN AAAA ::1
>>
>> but I don't think that'd be better.
>
> It has the notable advantage that it's what the RFC says to do.

while i would separately be happy to outlaw queries for this name by 
resolvers, i agree that actually serving and signing the data would meet 
the standard of "reasonable expectations", and ought to be debated.

as to the first, i harken again to RFC 1535, which advises implementers 
of host stub resolver libraries, but which adds or subtracts or modifies 
no on-the-wire patterns. that's how bad behaviour is managed, and not by 
mandating that my local RDNS server not answer for localhost.

-- 
P Vixie