From owner-freebsd-ports@freebsd.org Sat May 11 19:09:47 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D07515A502B for ; Sat, 11 May 2019 19:09:47 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from roadkill.tharned.org (tunnel294749-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:107f::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "tharned.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE5A86DBFB; Sat, 11 May 2019 19:09:46 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from flake.tharned.org ([IPv6:2001:470:1f11:107f:4cd:4fe3:d56:dba6]) (authenticated bits=0) by roadkill.tharned.org (8.15.2/8.15.2) with ESMTPSA id x4BJ9ibT073495 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 11 May 2019 14:09:45 -0500 (CDT) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tharned.org; s=2017; t=1557601785; bh=U0Bzz3xEHjkIq3Uky7D9ObiuGYQTue1xpODSVpTdby8=; h=From:To:Cc:Subject:Date; b=jWZsj31QQCqtra9C26QXzWhu/Tif6fdeo1gDFS65/fpPF/6HQfX5CxN8snkLw4gT9 EP+80SroWcaWcnOJ/+0Aid+JrTKdE5onQ1pybL68jsy4YZOA/OWHtknqpzb/MZd0SF veGI3f2b2SDOISWvqxb0omOdxk+hoiFBnzFnztH5bUIbwQVRumd3Pa5EXmMvGufN6C pnOodF4J4vq7Cc7DmGnUYmYhKAi1xzGP07W8V+LqfGwGv3kDtphPcUQix5TUsM75Kl zr6/S59BnU+RiAOrxn1yBtXSaTsSejzBWjOTmRjqtcweIvV/pHuUjDrtsrgyGAcnGA 95f4coUUAHbCg== X-Authentication-Warning: roadkill.tharned.org: Host [IPv6:2001:470:1f11:107f:4cd:4fe3:d56:dba6] claimed to be flake.tharned.org From: Greg Rivers To: freebsd-ports@freebsd.org Cc: mat@freebsd.org Subject: BIND default options: dnstap Date: Sat, 11 May 2019 14:09:44 -0500 Message-ID: <3431014.DPmmpGpFb9@no.place.like.home> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (roadkill.tharned.org [IPv6:2001:470:1f10:107f:0:0:0:2]); Sat, 11 May 2019 14:09:45 -0500 (CDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2019 19:09:47 -0000 I'd like to suggest that dnstap should be enabled by default going forward, starting with bind914. Doing so would be a no-op for people who don't use it, since it has to be specifically enabled in the configuration. I suspect there may be quite a few people like me who would appreciate the ability to use dnstap without building our own packages and maintaining our own repos. Thoughts? -- Greg