mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:10:00 -04:00
Merge branch 'tkrizek/xfer-test-dnssec-validation-no' into 'main'
Add missing dnssec-validation to ns4 in xfer test See merge request isc-projects/bind9!8630
This commit is contained in:
commit
741de8ef6d
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