From 46c303079b47d88bccf2a7e93095ce2b46639532 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 9 Mar 2023 13:24:21 +0000 Subject: Explicit forward zone for dnswl to avoid bulk traffic block via ISPs --- etc/dns/primary.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index cbfd394..73c9255 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -93,6 +93,11 @@ view "internal" in { file "/var/bind/root.cache"; }; + zone "list.dnswl.org" in { + type forward; + forwarders { }; + }; + zone "localhost" IN { type master; file "pri/localhost.zone"; -- cgit v1.2.3