Fixing bind9 config

This commit is contained in:
2022-08-28 08:35:43 -04:00
parent 20d18ec966
commit aedf86ef0a
6 changed files with 61 additions and 129 deletions

View File

@@ -60,8 +60,8 @@ options {
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
//dnssec-validation auto; //auto?
dnssec-validation no; //auto?
dnssec-validation auto; //auto?
//dnssec-validation no; //auto?
//auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
@@ -70,11 +70,15 @@ options {
//listen-on { any; };
//query-source address *;
//allow-query { trusted; };
//querylog no;
};
//logging {
logging {
// channel default_log {
// file "/var/log/named/named.log" versions 3 size 5M;
// severity notice;
@@ -85,7 +89,7 @@ options {
//
// category default { default_log; };
// category general { default_log; };
//};
};
//include "etc/bind/rndc.key";