[Doh] trustydns - another DoH implementation to add to the mix
"Mark Delany" <d5e@xray.emu.st> Fri, 28 June 2019 05:53 UTC
Return-Path: <d5e@xray.emu.st>
X-Original-To: doh@ietfa.amsl.com
Delivered-To: doh@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 24991120124 for <doh@ietfa.amsl.com>; Thu, 27 Jun 2019 22:53:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.5
X-Spam-Level:
X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=emu.st
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dQld0TH8Sk5E for <doh@ietfa.amsl.com>; Thu, 27 Jun 2019 22:53:44 -0700 (PDT)
Received: from f3.bushwire.net (f3.bushwire.net [203.0.120.11]) by ietfa.amsl.com (Postfix) with ESMTP id 5083712001B for <doh@ietf.org>; Thu, 27 Jun 2019 22:53:43 -0700 (PDT)
Received: by f3.bushwire.net (Postfix, from userid 1001) id E2C943B0C2; Fri, 28 Jun 2019 15:53:40 +1000 (AEST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; d=emu.st; s=2019; t=1561701220; bh=0/kE0ExcBdJxE4h2Rnx4tLdEMkc=; h=Comments:Received:Date:Message-ID:From:To:Subject:MIME-Version: Content-Type:Content-Disposition; b=cyKmJQVrDPRfUDuUfFCjs6K6DU03UiPXj+R2xw7LBNW6IJh1tc/m5M2HwZTwrfGfY jhBYCPTAvkUzZD1DjIdCHouGUP3YMZOj4HLDjS2loL8dCKUCWoGesH1Su/3gKEA7YL c5pdc2lSbOKznEcR49QnomALALV1cmq0BY0gx/uU=gx/uU=
Comments: QMDA 0.3a
Received: (qmail 46147 invoked by uid 1001); 28 Jun 2019 05:53:40 -0000
Date: Fri, 28 Jun 2019 05:53:40 +0000
Message-ID: <20190628055340.46146.qmail@f3-external.bushwire.net>
From: Mark Delany <d5e@xray.emu.st>
To: doh@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Archived-At: <https://mailarchive.ietf.org/arch/msg/doh/A8X7D9kepre89oXVae_gdaFBSrc>
Subject: [Doh] trustydns - another DoH implementation to add to the mix
X-BeenThere: doh@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DNS Over HTTPS <doh.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/doh>, <mailto:doh-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/doh/>
List-Post: <mailto:doh@ietf.org>
List-Help: <mailto:doh-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/doh>, <mailto:doh-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 28 Jun 2019 05:53:46 -0000
Some time ago on 18Apr2019, I wrote: > I'm working on a proxy/server DoH implementation designed to install on CPE > and a private DoH server respectively. trustydns has been working on my networks for a while so time to let others find some bugs. https://github.com/markdingo/trustydns I've incorporated pretty much all the feedback and advice that others on this list have provided so hopefully it's a well-behaved addition to the family. Mark.