mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
wizard: fix this appropriately
This commit is contained in:
parent
ae79fa4f51
commit
59faa1e918
@ -113,19 +113,19 @@ if (isset($config['wizardtemp'])) {
|
||||
<field>
|
||||
<name>Enable Resolver</name>
|
||||
<type>checkbox</type>
|
||||
<value>1</value>
|
||||
<value>yes</value>
|
||||
<bindstofield>unbound->enable</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Enable DNSSEC Support</name>
|
||||
<type>checkbox</type>
|
||||
<value>0</value>
|
||||
<value></value>
|
||||
<bindstofield>unbound->dnssec</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Harden DNSSEC data</name>
|
||||
<type>checkbox</type>
|
||||
<value>0</value>
|
||||
<value></value>
|
||||
<bindstofield>unbound->dnssecstripped</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user