summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-10-01 22:41:06 +0200
committerWarren Baker <warren@decoy.co.za>2011-10-01 22:41:06 +0200
commit011310aa7a50c4715019c33c25aead95a087e913 (patch)
treef55af948876b3e8461bc9ec5a2a0db20ffa91a7d /etc/inc/unbound.inc
parent503425deb158d2c781196b0e8b6d7cc313e32e3a (diff)
downloadpfsense-011310aa7a50c4715019c33c25aead95a087e913.zip
pfsense-011310aa7a50c4715019c33c25aead95a087e913.tar.gz
Update root anchor for DNSSEC validation
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 9d58d20..d2269a1 100644
--- a/etc/inc/unbound.inc
+++ b/etc/inc/unbound.inc
@@ -162,7 +162,7 @@ EOD;
@chown("{$g['unbound_chroot_path']}/etc/root-trust-anchor", "unbound");
@chgrp("{$g['unbound_chroot_path']}/etc/root-trust-anchor", "wheel");
@chmod("{$g['unbound_chroot_path']}/etc/root-trust-anchor", 0600);
-
+ mwexec("/usr/local/sbin/unbound-anchor -a {$g['unbound_chroot_path']}/etc/root-trust-anchor", true);
}
/* Setup Unbound Remote Control SSL keys */
OpenPOWER on IntegriCloud