mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Restore DNSSEC validation by default
Meson generated 'dnssec-validation yes' into the built-in config, but this config without an explicit trust anchor does not enable validation. Change default to 'dnssec-validation auto' to use built-in key, as in the autotools days.
This commit is contained in:
parent
181ad273e8
commit
3d1733b936
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ config.set_quoted('PACKAGE_SRCID', src_id)
|
|||
config.set_quoted('PACKAGE_CONFIGARGS', build_options)
|
||||
|
||||
if get_option('auto-validation').allowed()
|
||||
config.set_quoted('VALIDATION_DEFAULT', 'yes')
|
||||
config.set_quoted('VALIDATION_DEFAULT', 'auto')
|
||||
else
|
||||
config.set_quoted('VALIDATION_DEFAULT', 'no')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue