Stop sending queries to the internet's root servers
Disable automatic dnssec validation.
This commit is contained in:
@@ -28,6 +28,7 @@ options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.6; };
|
||||
listen-on-v6 { none; };
|
||||
dnssec-validation no;
|
||||
recursion no;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user