ruby / resolv

A thread-aware DNS resolver library written in Ruby
Other
36 stars 28 forks source link

Implement CAA resource record #48

Closed hanazuki closed 4 months ago

hanazuki commented 4 months ago

This patch implements handling of CAA resource records defined by RFC8659. Based on https://github.com/ruby/ruby/pull/1732 by @aeris, with tests added and some changes:

hanazuki commented 4 months ago

The failing test looks unrelated to this patch: https://github.com/ruby/resolv/actions/runs/8078401965/job/22070645994?pr=48

hsbt commented 4 months ago

Yes, Windows platform failed sometimes with Errno::EACCES: Permission denied - bind(2) for "127.0.0.1" port 53896.

aeris commented 4 months ago

:heart: