wizard: uncheck dnssec by default

This commit is contained in:
Franco Fichtner 2017-12-28 11:25:32 +01:00
parent a94700e7cc
commit 7b10393f5a

View File

@ -119,11 +119,13 @@ if (isset($config['wizardtemp'])) {
<field>
<name>Enable DNSSEC Support</name>
<type>checkbox</type>
<value>0</value>
<bindstofield>unbound->dnssec</bindstofield>
</field>
<field>
<name>Harden DNSSEC data</name>
<type>checkbox</type>
<value>0</value>
<bindstofield>unbound->dnssecstripped</bindstofield>
</field>
<field>