Project

General

Profile

« Previous | Next » 

Revision 19b1ea6c

Added by Warren Baker over 11 years ago

Use the correct xml tag to check against

View differences:

etc/inc/unbound.inc
106 106
    $optimization = unbound_optimization();
107 107

  
108 108
    // Setup DNSSEC support
109
    if (isset($config['unbound']['dnssec_status'])) {
109
    if (isset($config['unbound']['dnssec'])) {
110 110
        $module_config = "validator iterator";
111 111
        $anchor_file = "auto-trust-anchor-file: {$g['unbound_chroot_path']}/root-trust-anchor";
112 112
    } else

Also available in: Unified diff