summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-05 19:35:12 -0600
committerChris Buechler <cmb@pfsense.org>2015-03-05 19:35:59 -0600
commit73cdd9f0caa9fb3caad6f4d83f4fb31dfc209d62 (patch)
tree64a3c5ba7b15f1859ec20bca476e7fbc59ef8698 /etc/inc/unbound.inc
parent5ec3f37fcfeb08b6c69ce1c37937de7be9260b25 (diff)
downloadpfsense-73cdd9f0caa9fb3caad6f4d83f4fb31dfc209d62.zip
pfsense-73cdd9f0caa9fb3caad6f4d83f4fb31dfc209d62.tar.gz
Remove the harden-glue option entirely and hard code it to yes. Ticket #4402
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r--etc/inc/unbound.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc
index bbe8027..61e5a9a 100644
--- a/etc/inc/unbound.inc
+++ b/etc/inc/unbound.inc
@@ -205,7 +205,6 @@ EOF;
$port = (is_port($config['unbound']['port'])) ? $config['unbound']['port'] : "53";
$hide_identity = isset($config['unbound']['hideidentity']) ? "yes" : "no";
$hide_version = isset($config['unbound']['hideversion']) ? "yes" : "no";
- $harden_glue = isset($config['unbound']['hardenglue']) ? "yes" : "no";
$harden_dnssec_stripped = isset($config['unbound']['dnssecstripped']) ? "yes" : "no";
$prefetch = isset($config['unbound']['prefetch']) ? "yes" : "no";
$prefetch_key = isset($config['unbound']['prefetchkey']) ? "yes" : "no";
@@ -277,7 +276,7 @@ port: {$port}
verbosity: {$verbosity}
hide-identity: {$hide_identity}
hide-version: {$hide_version}
-harden-glue: {$harden_glue}
+harden-glue: yes
do-ip4: yes
do-ip6: yes
do-udp: yes
OpenPOWER on IntegriCloud