Fixing bind9 config
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user