Skip to content

Commit

Permalink
add caa record (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Booggmz authored and Grey2k committed Nov 13, 2018
1 parent 7216065 commit 7ea686f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LTDBeget/dns/record/RData.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ class RData
],
'TXT' => [
'TXTDATA' => 'txtExtractor'
],
'CAA' => [
'FLAGS' => 'defaultExtractor',
'TAG' => 'defaultExtractor',
'VALUE' => 'defaultExtractor'
]
];
/**
Expand Down

0 comments on commit 7ea686f

Please sign in to comment.