diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-13 10:25:00 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-13 10:25:00 +0000 |
commit | e16adf9da93420d1f3f927d43f8770c90b0f1e5d (patch) | |
tree | 3720c0e36e55404b4f6ac219590a7e901081e4a7 | |
parent | Update clamav daemon service name (diff) | |
download | config-e16adf9da93420d1f3f927d43f8770c90b0f1e5d.tar.bz2 config-e16adf9da93420d1f3f927d43f8770c90b0f1e5d.tar.xz config-e16adf9da93420d1f3f927d43f8770c90b0f1e5d.zip |
Remove deprecated config
-rw-r--r-- | etc/dns/backup.conf | 8 | ||||
-rw-r--r-- | etc/dns/primary.conf | 8 |
2 files changed, 0 insertions, 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; |