From ae5bbb6499f995128d6e6903557138dece0f0a44 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Fri, 21 Mar 2014 20:07:40 +0200 Subject: Fix file name for domain overrides and ensure trust anchor is referencing the correct file. --- etc/inc/unbound.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/unbound.inc') diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc index 9625866..68f60bb 100644 --- a/etc/inc/unbound.inc +++ b/etc/inc/unbound.inc @@ -108,7 +108,7 @@ function unbound_generate_config() { // Setup DNSSEC support if (isset($config['unbound']['dnssec'])) { $module_config = "validator iterator"; - $anchor_file = "auto-trust-anchor-file: {$g['unbound_chroot_path']}/root-trust-anchor"; + $anchor_file = "auto-trust-anchor-file: {$g['unbound_chroot_path']}/root.key"; } else $module_config = "iterator"; @@ -263,7 +263,7 @@ interface: ::0 include: {$g['unbound_chroot_path']}/host_entries.conf # Domain overrides -include: {$g['unbound_chroot_path']}/domainove +include: {$g['unbound_chroot_path']}/domainoverrides.conf {$forward_conf} {$custom_options} -- cgit v1.1