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:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user