Sha256: d9672db9c0990ab31185c6db0c5c59e58bb6381817542437d3ee2b092b720da1

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

# Reversed

:earth_americas: Reverse DNS / IP Lookup for Ruby

```ruby
Reversed.lookup("8.8.4.4")
# "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.2.0 README.md