Skip to content

Commit 3bf6572

Browse files
committed
Set default for dnssec_wanted (#5960)
1 parent acfe755 commit 3bf6572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/dns_wizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
$section = '';
342342
$vars = array();
343343
$vars['xfer']='';
344-
$vars['dnssec_wanted']='';
344+
$vars['dnssec_wanted']='N';
345345
$vars['dnssec_algo']='ECDSAP256SHA256';
346346
$dns_rr = array();
347347
foreach($tpl_rows as $row) {

0 commit comments

Comments
 (0)