mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-19 02:28:27 -05:00
fix: nil: Restore DNSSEC validation by default
Closes #5380 Merge branch '5380-reenable-dnssec-validation' into 'main' See merge request isc-projects/bind9!10617
This commit is contained in:
commit
8a7c95e760
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