Sha256: 813e8a71dc97a1bee98ee54c155d2e5b42896ee47f2ddef4cfaee41f2aa7682d

Contents?: true

Size: 742 Bytes

Versions: 1

Compression:

Stored size: 742 Bytes

Contents

# Reversed

:earth_americas: Reverse DNS / IP Lookup for Ruby

```ruby
Reversed.lookup("8.8.4.4")
# => {:domain=>"google.com", :hostname=>"google-public-dns-b.google.com"}
```

Works with IPv4 and IPv6

## Installation

Add this line to your application’s Gemfile:

```ruby
gem 'reversed'
```

And then execute:

```sh
bundle
```

## 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.1.0 README.md