From owner-freebsd-questions@freebsd.org Wed Aug 19 06:55:38 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABA2D9BD847 for ; Wed, 19 Aug 2015 06:55:38 +0000 (UTC) (envelope-from antoine@kallab.com) Received: from mail-vk0-f48.google.com (mail-vk0-f48.google.com [209.85.213.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67EC01433 for ; Wed, 19 Aug 2015 06:55:37 +0000 (UTC) (envelope-from antoine@kallab.com) Received: by vkd66 with SMTP id 66so1892822vkd.0 for ; Tue, 18 Aug 2015 23:55:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gsjC9B8tVd1A9riU2YOcOJ+WPI1AWksdQyGQiCvq6Hg=; b=ezBVYyI1gtvvyh5lRt8G1MPcsgmmjxmee2mREfUN/jx1Qrp/SH6gtVDMQYsNPILQcD F8IlbOmXhMfZJaikxU9h+YGMkDQasoLwYzIDRGAX60+f+WAb1+bX8XBQZGsXLxH4y/Cf 02PJjFPZg4pbrtAPvnKJpnbXc5b9DYIjYaSSlxuRz3OdA+tQUMXbDYD4d6w3+6UEBG7n tMnFJR3mN55mBeoZmDCDqN91/z+xhmiXPYyi3WbsTefgapKrymtyOsOYeiJkDgbfCRcv B8J+teuj0/E5NVHYAwr42agjWIN9S0VkndzJE5Lhi7W1IE26kGPqhv396w+wgcLt7kyG OPyw== X-Gm-Message-State: ALoCoQlSEuunyCbDQOFtYJ8ePvXrztgO9TBRecV+84sY5//saWJF+J6Z8E4XbnzvKpM/xaa6EaP1 MIME-Version: 1.0 X-Received: by 10.53.2.226 with SMTP id br2mr10891148vdd.2.1439966974299; Tue, 18 Aug 2015 23:49:34 -0700 (PDT) Received: by 10.31.208.194 with HTTP; Tue, 18 Aug 2015 23:49:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Aug 2015 02:49:34 -0400 Message-ID: Subject: Re: unbound setup questions From: Antoine Kallab To: nightrecon@hotmail.com Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 06:55:38 -0000 > The unbound that ships with the OS is really only designed to be a resolver > for the local machine, at least as far as I know at this point in my meager > research. If you need services more like you may have been accustomed to > with Bind you may wish to take a look at the unbound in the ports tree: > /usr/ports/dns/unound. Thanks mike, installing unbound from ports did the trick. I had no idea that local_unbound and unbound were different, thanks for that.