From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12327 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:36:25 +0100 Message-ID: <20180104003624.GH4871@port70.net> References: <5e59a94d-251c-9c2d-89fd-731d43b2822d@petroprogram.com> <20180104003308.GG4871@port70.net> 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 1515026083 31429 195.159.176.226 (4 Jan 2018 00:34:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2018 00:34:43 +0000 (UTC) User-Agent: Mutt/1.9.1 (2017-09-22) To: musl@lists.openwall.com Original-X-From: musl-return-12343-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 04 01:34:39 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 1eWtUU-0007tY-NJ for gllmg-musl@m.gmane.org; Thu, 04 Jan 2018 01:34:38 +0100 Original-Received: (qmail 8172 invoked by uid 550); 4 Jan 2018 00:36:37 -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 8147 invoked from network); 4 Jan 2018 00:36:36 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20180104003308.GG4871@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:12327 Archived-At: * Szabolcs Nagy [2018-01-04 01:33:08 +0100]: > * 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= ? >=20 > even if musl supported it how would you select this option? > there is no documented interface in the libc to do that. >=20 sorry, glibc has a use-vc option in resolv.conf so there is api for it and in principle musl could support that. > you can run a local nameserver with whatever configuration > instead and make the libc use that.