Skip to content

Commit 9b7777d

Browse files
authored
ADD TLSA RECORD option to the DNS Manager
1 parent dd8a96d commit 9b7777d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/templates/admin/add_dns_rec.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<option value="IPSECKEY" <?php if ($v_type == 'IPSECKEY') echo selected; ?>>IPSECKEY</option>
8181
<option value="PTR" <?php if ($v_type == 'PTR') echo selected; ?>>PTR</option>
8282
<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>
8384
</select>
8485
</td>
8586
</tr>

0 commit comments

Comments
 (0)