mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
typo
This commit is contained in:
parent
d2ec584453
commit
d30fa3637d
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user