We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05a6f1 commit 7964cd0Copy full SHA for 7964cd0
CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
---
6
7
* Enable configuring clock and DNS mock namespaces with attributes
8
+ * Add support for CAA record type in DnsMock for improved DNS mocking capabilities
9
10
7.2
11
DnsMock.php
@@ -30,6 +30,7 @@ class DnsMock
30
'NAPTR' => \DNS_NAPTR,
31
'TXT' => \DNS_TXT,
32
'HINFO' => \DNS_HINFO,
33
+ 'CAA' => '\\' !== \DIRECTORY_SEPARATOR ? \DNS_CAA : 0,
34
];
35
36
/**
0 commit comments