mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use the correct xml tag to check against
This commit is contained in:
parent
7e95984f07
commit
19b1ea6c54
@ -106,7 +106,7 @@ function unbound_generate_config() {
|
||||
$optimization = unbound_optimization();
|
||||
|
||||
// Setup DNSSEC support
|
||||
if (isset($config['unbound']['dnssec_status'])) {
|
||||
if (isset($config['unbound']['dnssec'])) {
|
||||
$module_config = "validator iterator";
|
||||
$anchor_file = "auto-trust-anchor-file: {$g['unbound_chroot_path']}/root-trust-anchor";
|
||||
} else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user