Private GIT

Skip to content
Snippets Groups Projects
Commit a1bbffa8 authored by Richard C. Greenwood's avatar Richard C. Greenwood
Browse files

Add CAA record type to set_record_types().

parent 5fd8e377
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