mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Stop sending queries to the internet's root servers
Disable automatic dnssec validation.
(cherry picked from commit 15a433cb9d)
This commit is contained in:
parent
2e642030b7
commit
2c1c7ec639
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.6; };
|
||||
listen-on-v6 { none; };
|
||||
dnssec-validation no;
|
||||
recursion no;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue