Skip to content

uidzip/reversed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversed

🌎 Reverse DNS / IP Lookup for Ruby

Reversed.lookup("8.8.4.4")
# "google-public-dns-b.google.com"

Works with IPv4 and IPv6

Reversed.lookup("2a03:2880:2110:df07:face:b00c::1")
# "a.ns.facebook.com"

Installation

Add this line to your application’s Gemfile:

gem 'reversed'

And then execute:

bundle

History

View the changelog

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

About

Reverse DNS / IP Lookup for Ruby

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%