From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12325 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?Q?Stefan_Fr=c3=b6berg?= Newsgroups: gmane.linux.lib.musl.general Subject: Feature request: TCP DNS support Date: Thu, 4 Jan 2018 02:05:06 +0200 Message-ID: <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=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1515024347 1594 195.159.176.226 (4 Jan 2018 00:05:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2018 00:05:47 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 To: musl@lists.openwall.com Original-X-From: musl-return-12341-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 04 01:05:43 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 1eWt2R-0008OX-Eg for gllmg-musl@m.gmane.org; Thu, 04 Jan 2018 01:05:39 +0100 Original-Received: (qmail 8075 invoked by uid 550); 4 Jan 2018 00:07:40 -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 8039 invoked from network); 4 Jan 2018 00:07:39 -0000 Content-Language: en-US Xref: news.gmane.org gmane.linux.lib.musl.general:12325 Archived-At: Dear Sir I have managed to compile my own, statically linked, portable little browser that uses musl and QtWebKit. Initial tests looks good but when testing encrypted DNS-over-TLS (which needs TCP instead of UDP) with my system, I could get nowhere. So I guess musl does not yet support TCP DNS ? Could you please add support for passing TCP DNS requests too with musl ? It's all the rage now that Android has added support for it and the DNS-over-TLS standard starts to be finished, if not already finished. Very Best Regards Stefan Fröberg