From e16adf9da93420d1f3f927d43f8770c90b0f1e5d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 13 Jan 2024 10:25:00 +0000 Subject: Remove deprecated config --- etc/dns/backup.conf | 8 -------- etc/dns/primary.conf | 8 -------- 2 files changed, 16 deletions(-) diff --git a/etc/dns/backup.conf b/etc/dns/backup.conf index fe4641f..87a02a9 100644 --- a/etc/dns/backup.conf +++ b/etc/dns/backup.conf @@ -57,12 +57,6 @@ options { 8.8.8.8; // Google Open DNS 8.8.4.4; // Google Open DNS }; - - - dnssec-enable yes; - - /* if you have problems and are behind a firewall: */ - //query-source address * port 53; }; logging { @@ -85,8 +79,6 @@ controls { view "internal" in { match-clients { trusted; }; recursion yes; - additional-from-auth yes; - additional-from-cache yes; zone "." in { type hint; diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index 73c9255..7dc35ad 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -57,12 +57,6 @@ options { 8.8.8.8; // Google Open DNS 8.8.4.4; // Google Open DNS }; - - - dnssec-enable yes; - - /* if you have problems and are behind a firewall: */ - //query-source address * port 53; }; logging { @@ -85,8 +79,6 @@ controls { view "internal" in { match-clients { trusted; }; recursion yes; - additional-from-auth yes; - additional-from-cache yes; zone "." in { type hint; -- cgit v1.2.3