From owner-freebsd-questions@freebsd.org Sun Oct 15 00:10:39 2017 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 31188E30DC1 for ; Sun, 15 Oct 2017 00:10:39 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 C52141385 for ; Sun, 15 Oct 2017 00:10:38 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wr0-x244.google.com with SMTP id y44so2758485wry.2 for ; Sat, 14 Oct 2017 17:10:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FcSbHD3Qov9m183qaeeJlzxzawezggY8POIR/hdZ1oE=; b=BlIxCslKmCGjt9PC2Xk664PISsGe4OAVcbiqMVbDKriT/VNUdMJuCrLCB3LJcXlR0T h5tPM610K2rtY9VpOE+Yx1mw6wgGb8dAhF1oqTmMm9X5hOH+RBqaFkSDrfKyYqe022/s ppGxWNb2V9YaHxTzNR7l9HcyikHrTOMJH7ItyV4u8SbEpNQPwF8zL0qUW7t5uRrTUate MAQbH2D5vwLCvbo6M4ceC338iQ8E6yOTMPdnirnpBYtHZvtgk2+QMkEQESm0oZIJy8f3 PqdAwZAcB1bfpt/VJNExnuuIEV13To3t1loWSOtwuCGpKdBpLHvbBFBuz2Jaw8KpoH27 ZVKQ== X-Gm-Message-State: AMCzsaX9XPaU8Q+DopuSylmmpFpJYNOTC7Rpo5Z6ilqQMGWSZOEdt/Az SqrDez1Y4JRMsY/l/3kXuQO//Q== X-Google-Smtp-Source: AOwi7QCTVZ7F7G2WvkUfERLRAYnM6zxyE0/b6DBb04CHr1GeXohYArs2XDLLfgWJvKjxzNPXBEpdOg== X-Received: by 10.223.158.205 with SMTP id b13mr4532364wrf.65.1508026237036; Sat, 14 Oct 2017 17:10:37 -0700 (PDT) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id x185sm2286711wmx.35.2017.10.14.17.10.35 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 14 Oct 2017 17:10:36 -0700 (PDT) Date: Sun, 15 Oct 2017 01:10:32 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Unbound(8) caching resolver no workie on fresh install :-( Message-ID: <20171015011032.735852a9@gumby.homeunix.com> In-Reply-To: <64e5525d-fd1c-6e9b-526c-0d9c4e8f788c@cyberleo.net> References: <4172.1507827505@segfault.tristatelogic.com> <20171014224323.1ed35da3@gumby.homeunix.com> <64e5525d-fd1c-6e9b-526c-0d9c4e8f788c@cyberleo.net> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2017 00:10:39 -0000 On Sat, 14 Oct 2017 18:08:27 -0500 CyberLeo Kitsana wrote: > On 10/14/2017 04:43 PM, RW via freebsd-questions wrote: > FreeBSD's local_unbound setup will, by default, forward to the > nameservers provided by DHCP or hardcoded in the config files, rather > than doing full lookups by itself. But is it possible to force recursion (for the reason below). Matthew Seaman implied that it wasn't. The reason I ask is that I'm still using DJB dnscache, and should probably be using something more modern; and something in base would be preferable. > > There's also the issue that mail servers should avoid using shared > > caches because of per IP address limits on blocklists.