Stop sending queries to the internet's root servers

Disable automatic dnssec validation.
This commit is contained in:
Mark Andrews
2023-11-22 12:56:52 +11:00
parent 4e16bbce15
commit 15a433cb9d

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;
};