From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 13:01:48 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F6216A4B3 for ; Tue, 7 Oct 2003 13:01:48 -0700 (PDT) Received: from mail.secureworks.net (mail.secureworks.net [209.101.212.155]) by mx1.FreeBSD.org (Postfix) with SMTP id DF7CE43F75 for ; Tue, 7 Oct 2003 13:01:46 -0700 (PDT) (envelope-from mdg@secureworks.net) Received: (qmail 76124 invoked from network); 7 Oct 2003 19:59:19 -0000 Received: from unknown (HELO HOST-192-168-10-225.internal.secureworks.net) (209.101.212.253) by mail.secureworks.net with SMTP; 7 Oct 2003 19:59:19 -0000 Date: Tue, 7 Oct 2003 16:01:23 -0400 (EDT) From: Matthew George X-X-Sender: mdg@localhost To: Andi Hechtbauer In-Reply-To: <86r81o6g2e.fsf@yps.hq.spin.de> Message-ID: <20031007155846.J25531@localhost> References: <86r81o6g2e.fsf@yps.hq.spin.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Malone cc: freebsd-stable@freebsd.org Subject: Re: good address will not resolve in freebsd (_ in host names) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:01:48 -0000 On Tue, 7 Oct 2003, Andi Hechtbauer wrote: > Just FYI, > > Restrictions on hostname character sets seem obsoleted by this: > > >From RFC2181, Section 11 > > [...] any binary string whatever can be used as the label of any > resource record. Similarly, any binary string can serve as the > value of any record that includes a domain name as some or all of > its value (SOA, NS, MX, PTR, CNAME, and any others that may be > added). Implementations of the DNS protocols must not place any > restrictions on the labels that can be used. In particular, DNS > servers must not refuse to serve a zone because it contains labels > that might not be acceptable to some DNS client programs. [...] > > Regards, > Andi > > underscores are part of the SRV RR spec for services and protocols ... from RFC 2782: The format of the SRV RR Here is the format of the SRV RR, whose DNS type code is 33: _Service._Proto.Name TTL Class SRV Priority Weight Port Target (There is an example near the end of this document.) -- Matthew George SecureWorks Technical Operations