We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8a96d commit 9b7777dCopy full SHA for 9b7777d
web/templates/admin/add_dns_rec.html
@@ -80,6 +80,7 @@
80
<option value="IPSECKEY" <?php if ($v_type == 'IPSECKEY') echo selected; ?>>IPSECKEY</option>
81
<option value="PTR" <?php if ($v_type == 'PTR') echo selected; ?>>PTR</option>
82
<option value="SPF" <?php if ($v_type == 'SPF') echo selected; ?>>SPF</option>
83
+ <option value="TLSA" <?php if ($v_type == 'TLSA') echo selected; ?>>TLSA</option>
84
</select>
85
</td>
86
</tr>
0 commit comments