mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-28 13:24:02 -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;`.
|
||
|---|---|---|
| .. | ||
| ans9 | ||
| ns1 | ||
| ns2 | ||
| ns3 | ||
| ns4 | ||
| ns5 | ||
| ns6 | ||
| ns7 | ||
| ns8 | ||
| bad-cookie-aes.conf | ||
| bad-cookie-badhex.conf | ||
| bad-cookie-badsiphash24.conf | ||
| bad-cookie-toolong.conf | ||
| good-cookie-siphash24.conf | ||
| prereq.sh | ||
| tests.sh | ||
| tests_sh_cookie.py | ||