From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 13:43:18 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D00DCCAB for ; Thu, 6 Nov 2014 13:43:18 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4D4FD9 for ; Thu, 6 Nov 2014 13:43:18 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 5EDBD2014E for ; Thu, 6 Nov 2014 08:43:11 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Thu, 06 Nov 2014 08:43:11 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=KG3FYF29c6wgd1/bDRo8z4se M2I=; b=dFUFw0a4CprKXN8yAQhuDqjzM2hyu6+eypSIujJC8KZg7HwLD7Ebhw8c mZHK4xR9XV+tzUyDwy5curin1O0HRHzxWBP1r2M2oW6ndGXQ2UELhQZ5LvvKwvEx QtgYjQIKGDnPAPslnM0Ia/q68g+EqKw/n9vIBq0DMZHHzdJ0yTo= Received: by web3.nyi.internal (Postfix, from userid 99) id 3E994118437; Thu, 6 Nov 2014 08:43:11 -0500 (EST) Message-Id: <1415281391.3654995.187813213.7FAECF4C@webmail.messagingengine.com> X-Sasl-Enc: dJdtA46ui/bTfEO+Fej3QWIUtaUCSsaqWYP995Jp2/9Q 1415281391 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: MessagingEngine.com Webmail Interface - ajax-c51dec4f In-Reply-To: <86lhnup5l3.fsf@gly.ftfl.ca> References: <86lhnup5l3.fsf@gly.ftfl.ca> Subject: Re: local_unbound and dnscrypt-proxy Date: Thu, 06 Nov 2014 07:43:11 -0600 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 13:43:18 -0000 On Sat, Nov 1, 2014, at 22:52, Joseph Mingrone wrote: > Hi, >=20 > I just upgraded to from 9-STABLE to 10-STABLE. On 9-STABLE I used > dnscrypt-proxy along with unbound from ports. I'm trying to reproduce > the old setup with the local_unbound included in FreeBSD 10. My current > configuration is below. If I comment out =ABinclude: > /var/unbound/forward.conf=BB from > unbound.conf, resolving works, so it seems local_unbound is working OK. > If I change /etc/resolv.conf to use =ABnameserver 127.0.0.2=BB > (dnscrypt-proxy) instead of 127.0.0.1 (unbound) resolving works. So it > seems the forwarding is not working. Am I missing something? >=20 Did you find a solution to this? I've also tried to get unbound and dnscrypt-proxy to work together without any luck.