mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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:
parent
15a433cb9d
commit
66d6394057
@ -27,6 +27,7 @@ options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.5; };
|
||||
listen-on-v6 { none; };
|
||||
dnssec-validation no;
|
||||
recursion no;
|
||||
notify yes;
|
||||
notify-delay 0;
|
||||
|
@ -27,6 +27,7 @@ options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.5; };
|
||||
listen-on-v6 { none; };
|
||||
dnssec-validation no;
|
||||
recursion no;
|
||||
notify yes;
|
||||
notify-delay 0;
|
||||
|
@ -41,6 +41,7 @@ options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.7; };
|
||||
listen-on-v6 { none; };
|
||||
dnssec-validation no;
|
||||
recursion no;
|
||||
notify no;
|
||||
try-tcp-refresh no;
|
||||
|
Loading…
x
Reference in New Issue
Block a user