🌎 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"
Add this line to your application’s Gemfile:
gem 'reversed'
And then execute:
bundle
View the changelog
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features