From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12326 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Feature request: TCP DNS support Date: Thu, 4 Jan 2018 01:33:08 +0100 Message-ID: <20180104003308.GG4871@port70.net> References: <5e59a94d-251c-9c2d-89fd-731d43b2822d@petroprogram.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1515025892 17970 195.159.176.226 (4 Jan 2018 00:31:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2018 00:31:32 +0000 (UTC) User-Agent: Mutt/1.9.1 (2017-09-22) To: musl@lists.openwall.com Original-X-From: musl-return-12342-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 04 01:31:28 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1eWtRH-0003wU-PE for gllmg-musl@m.gmane.org; Thu, 04 Jan 2018 01:31:19 +0100 Original-Received: (qmail 4021 invoked by uid 550); 4 Jan 2018 00:33:20 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 4003 invoked from network); 4 Jan 2018 00:33:20 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <5e59a94d-251c-9c2d-89fd-731d43b2822d@petroprogram.com> Xref: news.gmane.org gmane.linux.lib.musl.general:12326 Archived-At: * Stefan Fr=F6berg [2018-01-04 02:05:06 += 0200]: > So I guess musl does not yet support TCP DNS ? >=20 > Could you please add support for passing TCP DNS requests too with musl ? even if musl supported it how would you select this option? there is no documented interface in the libc to do that. you can run a local nameserver with whatever configuration instead and make the libc use that.