Stop sending queries to the internet's root servers

Disable automatic dnssec validation.

(cherry picked from commit 15a433cb9d)
This commit is contained in:
Mark Andrews
2023-11-22 12:56:52 +11:00
committed by Tom Krizek
parent 2e642030b7
commit 2c1c7ec639

View File

@@ -28,6 +28,7 @@ options {
pid-file "named.pid";
listen-on { 10.53.0.6; };
listen-on-v6 { none; };
dnssec-validation no;
recursion no;
};