Add support for CAA DNS records
How does one uses the new implemented mandatory CAA feature?
-
The docs should be of some use to you: Edit DNS Zone - Version 66 Documentation - cPanel Documentation 0 -
The support for CCA DNS record is available from the Bind DNS Service (9.8.8), thus how the cpanel implemented the support in version 66 with Bind DNS Service (9.8.2)? 0 -
The support for CCA DNS record is available from the Bind DNS Service (9.8.8), thus how the cpanel implemented the support in version 66 with Bind DNS Service (9.8.2)?
Hello, You can check to verify the version of Bind on your system includes support for CAA records with a command like this:rpm -q --changelog bind-9.8.2-0.62.rc1.el6_9.4.x86_64|grep CAA
Replace "bind-9.8.2-0.62.rc1.el6_9.4.x86_64" with the package name associated with bind on your system (obtainable with a command such as "rpm -qa|grep bind"). Here's the output on a test system:# rpm -q --changelog bind-9.8.2-0.62.rc1.el6_9.4.x86_64|grep CAA - Added support for CAA records (#1252611)
Thank you.0
Please sign in to leave a comment.
Comments
3 comments