From d30fa3637d277fcc127c8f8256f922cb0fdbbc38 Mon Sep 17 00:00:00 2001 From: stilez Date: Fri, 1 Dec 2017 11:48:52 +0000 Subject: [PATCH] typo --- src/etc/inc/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/unbound.inc b/src/etc/inc/unbound.inc index d6f1c654ef..a6d29c7ee0 100644 --- a/src/etc/inc/unbound.inc +++ b/src/etc/inc/unbound.inc @@ -246,7 +246,7 @@ EOF; $port = (is_port($unboundcfg['port'])) ? $unboundcfg['port'] : "53"; $hide_identity = isset($unboundcfg['hideidentity']) ? "yes" : "no"; $hide_version = isset($unboundcfg['hideversion']) ? "yes" : "no"; - $ipv6_allow = ($config['system']['ipv6allow'] ? "yes" : "no"; + $ipv6_allow = $config['system']['ipv6allow'] ? "yes" : "no"; $harden_dnssec_stripped = isset($unboundcfg['dnssecstripped']) ? "yes" : "no"; $prefetch = isset($unboundcfg['prefetch']) ? "yes" : "no"; $prefetch_key = isset($unboundcfg['prefetchkey']) ? "yes" : "no";