From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7780f3719db60a18bd0994545d1ceec2@quanstro.net> From: erik quanstrom Date: Wed, 16 Sep 2009 19:40:19 -0400 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Authoritative Name Server Topicbox-Message-UUID: 6f54ceb2-ead5-11e9-9d60-3106f5b1d025 try this patch /n/dump/2009/0916/sys/src/cmd/ndb/convDNS2M.c:260,266 - convDNS2M.c:260,270 USHORT(rp->srv->pri); USHORT(rp->srv->weight); USHORT(rp->port); - STRING(rp->host->name); /* rfc2782 sez no name compression */ + /* + * rfc2782 sez no name compression, but + * but bind (dig) disagree. we'll go with bind. + */ + NAME(rp->host->name); break; - erik