summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-03-21 20:07:40 +0200
committerWarren Baker <warren@decoy.co.za>2014-03-21 20:07:40 +0200
commitae5bbb6499f995128d6e6903557138dece0f0a44 (patch)
tree67b63ba1a4e63da421b04500fbbf0b026ece9a27 /etc/inc/unbound.inc
parent19b1ea6c54e7e7773c877895e975dddcdd133c93 (diff)
downloadpfsense-ae5bbb6499f995128d6e6903557138dece0f0a44.zip
pfsense-ae5bbb6499f995128d6e6903557138dece0f0a44.tar.gz
Fix file name for domain overrides and ensure trust anchor is referencing the correct file.
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r--etc/inc/unbound.inc4
1 files changed, 2 insertions, 2 deletions
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}
OpenPOWER on IntegriCloud