Merge pull request #1349 from serghey-rodin/add-caa-record

Add CAA DNS record
This commit is contained in:
Serghey Rodin 2019-05-14 10:57:13 +03:00 committed by GitHub
commit faf7612c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

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>