This commit is contained in:
stilez 2017-12-01 11:48:52 +00:00 committed by GitHub
parent d2ec584453
commit d30fa3637d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";