mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
There are many system tests where we set `dnssec-validation yes;` only
to also set `trust-anchors { };` which effectively disables the
validation.
This commit replaces this convoluted setup with just
`dnssec-validation no;`.
|
||
|---|---|---|
| .. | ||
| ns1 | ||
| ns2 | ||
| a.db | ||
| aaaa.db | ||
| bigserial.db | ||
| cname.db | ||
| dname.db | ||
| noaddress.db | ||
| nxdomain.db | ||
| setup.sh | ||
| tests.sh | ||
| tests_sh_zonechecks.py | ||