summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-01-13 10:25:00 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-01-13 10:25:00 +0000
commite16adf9da93420d1f3f927d43f8770c90b0f1e5d (patch)
tree3720c0e36e55404b4f6ac219590a7e901081e4a7
parentUpdate clamav daemon service name (diff)
downloadconfig-e16adf9da93420d1f3f927d43f8770c90b0f1e5d.tar.bz2
config-e16adf9da93420d1f3f927d43f8770c90b0f1e5d.tar.xz
config-e16adf9da93420d1f3f927d43f8770c90b0f1e5d.zip
Remove deprecated config
-rw-r--r--etc/dns/backup.conf8
-rw-r--r--etc/dns/primary.conf8
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;