Merge branch '4402-use-our-instance-of-bind-keys' into 'main'

Resolve "Change system tests to not use dnssec-validation auto"

Closes #4402

See merge request isc-projects/bind9!8511
This commit is contained in:
Mark Andrews
2023-12-19 00:19:07 +00:00
6 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@@ -21,6 +21,7 @@ options {
listen-on { 10.53.0.1; };
listen-on-v6 { none; };
dnssec-validation auto;
bindkeys-file "../../../../../bind.keys";
minimal-responses no;
recursion no;
notify yes;

View File

@@ -21,6 +21,7 @@ options {
listen-on { 10.53.0.2; };
listen-on-v6 { none; };
dnssec-validation auto;
bindkeys-file "../../../../../bind.keys";
minimal-responses no;
recursion no;
notify yes;

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