Add CAA record to web template

This commit is contained in:
Made I.T 2017-11-27 11:17:47 +01:00 committed by GitHub
commit d9686a59f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>