mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:22:04 -04:00
Merge branch 'tkrizek/xfer-test-dnssec-validation-no-9.18' into 'bind-9.18'
[9.18] Add missing dnssec-validation to ns4 in xfer test See merge request isc-projects/bind9!8632
This commit is contained in:
commit
70a86c8151
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ options {
|
|||
listen-on { 10.53.0.4; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
notify yes;
|
||||
blackhole { none; };
|
||||
};
|
||||
|
|
@ -30,7 +30,7 @@ copy_setports ns6/named.conf.in ns6/named.conf
|
|||
copy_setports ns7/named.conf.in ns7/named.conf
|
||||
copy_setports ns8/named.conf.in ns8/named.conf
|
||||
|
||||
copy_setports ns4/named.conf.base ns4/named.conf
|
||||
copy_setports ns4/named.conf.base.in ns4/named.conf
|
||||
|
||||
cp ns1/dot-fallback.db.in ns1/dot-fallback.db
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue