ADD TLSA RECORD option to the DNS Manager

This commit is contained in:
huloza 2016-07-20 05:52:40 -04:00 committed by GitHub
commit 9b7777d6fd

View file

@ -80,6 +80,7 @@
<option value="IPSECKEY" <?php if ($v_type == 'IPSECKEY') echo selected; ?>>IPSECKEY</option>
<option value="PTR" <?php if ($v_type == 'PTR') echo selected; ?>>PTR</option>
<option value="SPF" <?php if ($v_type == 'SPF') echo selected; ?>>SPF</option>
<option value="TLSA" <?php if ($v_type == 'TLSA') echo selected; ?>>TLSA</option>
</select>
</td>
</tr>