mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
ADD TLSA RECORD option to the DNS Manager
This commit is contained in:
parent
dd8a96d09d
commit
9b7777d6fd
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue