summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-03-21 20:02:39 +0200
committerWarren Baker <warren@decoy.co.za>2014-03-21 20:02:39 +0200
commit19b1ea6c54e7e7773c877895e975dddcdd133c93 (patch)
treebfc341018511c217243a20a71ccf39bbfc98a1d5 /etc/inc/unbound.inc
parent7e95984f0791bb9970c7df77865c17ab53fe2b41 (diff)
downloadpfsense-19b1ea6c54e7e7773c877895e975dddcdd133c93.zip
pfsense-19b1ea6c54e7e7773c877895e975dddcdd133c93.tar.gz
Use the correct xml tag to check against
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r--etc/inc/unbound.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc
index 563c038..9625866 100644
--- a/etc/inc/unbound.inc
+++ b/etc/inc/unbound.inc
@@ -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
OpenPOWER on IntegriCloud