2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Turn off dnssec validation in inline test

DNSSEC validation isn't required by the inline test and would send
queries to root name servers.
This commit is contained in:
Tom Krizek
2023-11-27 17:22:55 +01:00
committed by Mark Andrews
parent 15a433cb9d
commit 66d6394057
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ options {
pid-file "named.pid"; pid-file "named.pid";
listen-on { 10.53.0.5; }; listen-on { 10.53.0.5; };
listen-on-v6 { none; }; listen-on-v6 { none; };
dnssec-validation no;
recursion no; recursion no;
notify yes; notify yes;
notify-delay 0; notify-delay 0;

View File

@@ -27,6 +27,7 @@ options {
pid-file "named.pid"; pid-file "named.pid";
listen-on { 10.53.0.5; }; listen-on { 10.53.0.5; };
listen-on-v6 { none; }; listen-on-v6 { none; };
dnssec-validation no;
recursion no; recursion no;
notify yes; notify yes;
notify-delay 0; notify-delay 0;

View File

@@ -41,6 +41,7 @@ options {
pid-file "named.pid"; pid-file "named.pid";
listen-on { 10.53.0.7; }; listen-on { 10.53.0.7; };
listen-on-v6 { none; }; listen-on-v6 { none; };
dnssec-validation no;
recursion no; recursion no;
notify no; notify no;
try-tcp-refresh no; try-tcp-refresh no;