From nobody Tue Mar 26 19:40:28 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V40X01NrSz5FgTT for ; Tue, 26 Mar 2024 19:40:32 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "gal.iecc.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4V40Wz412Lz42tv for ; Tue, 26 Mar 2024 19:40:31 +0000 (UTC) (envelope-from johnl@iecc.com) Authentication-Results: mx1.freebsd.org; none Received: (qmail 69594 invoked from network); 26 Mar 2024 19:40:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:cleverness; s=10fd8660324ad.k2403; bh=T7Vbia/w8dMCIVr7xqtWewHHEn40kU0Fb3tE4urtGg0=; b=Bzl3I3tDide364W1gLADw9p1JsakUdymrlDVwexfooNR3xIGhuqjOq+i3pn+uU1LVxiDuFSJSyBaXAWmp8Kc4lQzFOwBwuFRKzFxCK8so+/5/XEbpckq1qYaQoGpzJdcLbjg8lc2iGxLOUK8fGwd+mahp1DwrA9SljOeFQbzqu+RkPO9xdTD02tkwvW/4vSQ68ab9MNCDNAtxHVDbtF88TldrmD3OolecoMEGBZz+4Hk+4MKjLsHZl+Tb4AexodmBelNsbAYnk7G0Nzw+QnA4ba8TJMVVik/5+nVFMEqv9I1yKIVeh8cDwx9Tuk5XBA2OUzsY7+ZWjPTUvwUI4E91w== Received: from ary.qy ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPS (TLS1.3 ECDHE-RSA CHACHA20-POLY1305 AEAD) via TCP6; 26 Mar 2024 19:40:28 -0000 Received: by ary.qy (Postfix, from userid 501) id 516F58634567; Tue, 26 Mar 2024 15:40:28 -0400 (EDT) Date: 26 Mar 2024 15:40:28 -0400 Message-Id: <20240326194028.516F58634567@ary.qy> From: "John Levine" To: freebsd-questions@freebsd.org Cc: cryintothebluesky@gmail.com Subject: Re: local-unbound vs. dns/unbound In-Reply-To: <20240326182155.f49f1239901deabb0dafb84d@gmail.com> Organization: Taughannock Networks X-Headerized: yes Cleverness: minimal List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4V40Wz412Lz42tv It appears that Sad Clouds said: >Hello, apologies if this has been asked before, but what is the >difference between local-unbound vs. ports dns/unbound? It's a copy of unbound with a setup script that configures it as a cache to run on 127.0.0.1. It looks in /etc/resolv.conf to use any DNS forwarding you've set up and some other places for stuff that seems more exotic. If you're using the unbound port or package that's instead of local-unbound. The package version is updated more often, currently 1.19.1 vs. 1.17.1 for local-unbound on fbsd 13.3. R's, John