Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2cb89e14 authored by Miha Petkovsek's avatar Miha Petkovsek Committed by GitHub
Browse files

Merge pull request #3231 from rcgreenw/AddCAA

Add CAA record
parents 2a96daae a1bbffa8
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,7 @@ class PowerDNS extends Common_functions {
$record_types[] = "A";
$record_types[] = "AAAA";
$record_types[] = "MX";
$record_types[] = "CAA";
$record_types[] = "CNAME";
$record_types[] = "PTR";
$record_types[] = "TXT";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment