diff --git a/src/LTDBeget/dns/record/RData.php b/src/LTDBeget/dns/record/RData.php index 822440e..3e89cf5 100644 --- a/src/LTDBeget/dns/record/RData.php +++ b/src/LTDBeget/dns/record/RData.php @@ -58,6 +58,11 @@ class RData ], 'TXT' => [ 'TXTDATA' => 'txtExtractor' + ], + 'CAA' => [ + 'FLAGS' => 'defaultExtractor', + 'TAG' => 'defaultExtractor', + 'VALUE' => 'defaultExtractor' ] ]; /**