mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 09:06:51 -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;`.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ans2 | ||
| ans3 | ||
| ans8 | ||
| ans10 | ||
| ns1 | ||
| ns4 | ||
| ns5 | ||
| ns6 | ||
| ns7 | ||
| ns9 | ||
| ns11 | ||
| prereq.sh | ||
| setup.sh | ||
| tests.sh | ||
| tests_sh_resolver.py | ||