Project

redns

0.0
No commit activity in last 3 years
No release in over 3 years
ReDNS is a pure Ruby DNS library with drivers for reactor-model engines such as EventMachine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

redns

Reactor-Ready DNS Library

This library includes native Ruby encoder/decoder classes for typical DNS records that are specified in RFC1035.

In addition, RFC2671 extension mechanisms are also supported.

Installation

To install as a dependency, add to your Gemfile:

gem 'redns'

Then bundle install should pick up any dependencies.

Usage

References

  • RFC1035 - Domain names - implementation and specification
  • RFC2671 - Extension Mechanisms for DNS (EDNS0)

Copyright

(C) 2005-2017 Scott Tadman

See LICENSE for more details.