mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 11:22:52 -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;`.
|
||
|---|---|---|
| .. | ||
| ans6 | ||
| ans11 | ||
| CA | ||
| ns1 | ||
| ns2 | ||
| ns3 | ||
| ns4 | ||
| ns5 | ||
| ns7 | ||
| ns8 | ||
| ns9 | ||
| ns10 | ||
| .gitignore | ||
| dhparam3072.pem | ||
| prereq.sh | ||
| rfc1918-inherited.conf | ||
| rfc1918-notinherited.conf | ||
| setup.sh | ||
| tests.sh | ||
| tests_sh_forward.py | ||
| ula-inherited.conf | ||
| ula-notinherited.conf | ||