mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Add CAA record to web template
This commit is contained in:
parent
2397137578
commit
d9686a59f2
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
<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>
|
||||
<option value="CAA" <?php if ($v_type == 'CAA') echo selected; ?>>CAA</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue