{"id":15648043,"url":"https://github.com/ankane/reversed","last_synced_at":"2025-11-17T14:11:55.345Z","repository":{"id":56892114,"uuid":"73782114","full_name":"ankane/reversed","owner":"ankane","description":"Reverse DNS / IP Lookup for Ruby","archived":false,"fork":false,"pushed_at":"2025-04-22T00:58:02.000Z","size":40,"stargazers_count":43,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-27T16:34:37.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankane.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-15T06:09:58.000Z","updated_at":"2025-10-23T15:57:55.000Z","dependencies_parsed_at":"2024-10-03T12:23:11.790Z","dependency_job_id":"cc96a057-a3bf-46a6-8ff5-48e9e94d6706","html_url":"https://github.com/ankane/reversed","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":"0.031746031746031744","last_synced_commit":"1b7ce640c3a457b73b2aee725c89ebf04969ec4c"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ankane/reversed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Freversed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Freversed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Freversed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Freversed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankane","download_url":"https://codeload.github.com/ankane/reversed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Freversed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284894152,"owners_count":27080654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:22:57.778Z","updated_at":"2025-11-17T14:11:55.329Z","avatar_url":"https://github.com/ankane.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reversed\n\n:earth_americas: Reverse DNS / IP Lookup for Ruby\n\n```ruby\nReversed.lookup(\"8.8.4.4\")\n# \"dns.google\"\n```\n\nWorks with IPv4 and IPv6\n\n```ruby\nReversed.lookup(\"2a03:2880:2110:df07:face:b00c::1\")\n# \"a.ns.facebook.com\"\n```\n\n[![Build Status](https://github.com/ankane/reversed/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/reversed/actions)\n\n## Installation\n\nAdd this line to your application’s Gemfile:\n\n```ruby\ngem \"reversed\"\n```\n\n## Reference\n\nSet timeout\n\n```ruby\nReversed.lookup(ip, timeout: 3)\n```\n\nSet nameservers\n\n```ruby\nReversed.lookup(ip, nameservers: [\"1.1.1.1\"])\n```\n\nDisable SOA fallback (only check PTR record)\n\n```ruby\nReversed.lookup(ip, fallback: false)\n```\n\n## History\n\nView the [changelog](https://github.com/ankane/reversed/blob/master/CHANGELOG.md)\n\n## Contributing\n\nEveryone is encouraged to help improve this project. Here are a few ways you can help:\n\n- [Report bugs](https://github.com/ankane/reversed/issues)\n- Fix bugs and [submit pull requests](https://github.com/ankane/reversed/pulls)\n- Write, clarify, or fix documentation\n- Suggest or add new features\n\nTo get started with development:\n\n```sh\ngit clone https://github.com/ankane/reversed.git\ncd reversed\nbundle install\nbundle exec rake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankane%2Freversed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankane%2Freversed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankane%2Freversed/lists"}