diff options
-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; |