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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -28,6 +28,7 @@ options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.6; };
|
||||
listen-on-v6 { none; };
|
||||
dnssec-validation no;
|
||||
recursion no;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user