0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
the patch that adds CAA Resource Record
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

 Project Readme

caa_rr_patch

Gem Version Actions Status Maintainability

caa_rr_patch is the patch that adds CAA Resource Record.

⚠️ Disclaimer ⚠️

resolv version 0.4.0 supports CAA record. Use resolv instead of caa_rr_patch.

Installation

The gem is available at rubygems.org. You can install it the following.

$ gem install caa_rr_patch

Usage

You can resolve CAA resources.

$ irb
irb(main):001:0> require 'caa_rr_patch'
=> true
irb(main):002:1* Resolv::DNS.new.getresources(
irb(main):003:1*   "google.com",
irb(main):004:1*   Resolv::DNS::Resource::IN::CAA
irb(main):005:0> )
=> [#<Resolv::DNS::Resource::IN::CAA:0x0123456789abcdef @flags="\x00", @tag="issue", @value="pki.goog", @ttl=77777>]

License

The gem is available as open source under the terms of the MIT License.