DNSAdapter
An adapter layer for DNS queries that makes it simple to swap in different DNS providers.
Installation
Add this line to your application's Gemfile:
gem 'dns_adapter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dns_adapter
Usage
DNSAdapter contains a set of useful adapter classes that present a common set of return types and errors for DNS services. To use the gem, simply instantiate an instance of the desired adapter class.
Contributing
- Fork it ( https://github.com/[my-github-username]/dns_adapter/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request