Sha256: dd1b09c1b52604012166c22d35a841f8f7462befca2cbb8d7cebc13131fc2cdf
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# Reversed :earth_americas: Reverse DNS / IP Lookup for Ruby ```ruby Reversed.lookup("8.8.4.4") # "dns.google" ``` Works with IPv4 and IPv6 ```ruby Reversed.lookup("2a03:2880:2110:df07:face:b00c::1") # "a.ns.facebook.com" ``` [![Build Status](https://travis-ci.org/ankane/reversed.svg?branch=master)](https://travis-ci.org/ankane/reversed) ## Installation Add this line to your application’s Gemfile: ```ruby gem 'reversed' ``` And then execute: ```sh bundle ``` ## Reference Set timeout ```ruby Reversed.lookup(ip, timeout: 3) ``` Set nameservers ```ruby Reversed.lookup(ip, nameservers: ["8.8.8.8"]) ``` ## History View the [changelog](https://github.com/ankane/reversed/blob/master/CHANGELOG.md) ## Contributing Everyone is encouraged to help improve this project. Here are a few ways you can help: - [Report bugs](https://github.com/ankane/reversed/issues) - Fix bugs and [submit pull requests](https://github.com/ankane/reversed/pulls) - Write, clarify, or fix documentation - Suggest or add new features
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reversed-0.3.0 | README.md |