{"id":15561975,"url":"https://github.com/thekuwayama/nslookupot","last_synced_at":"2025-04-23T23:06:53.919Z","repository":{"id":44935423,"uuid":"194609717","full_name":"thekuwayama/nslookupot","owner":"thekuwayama","description":"nslookup over TLS","archived":false,"fork":false,"pushed_at":"2024-05-05T14:06:12.000Z","size":43,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-23T23:06:44.383Z","etag":null,"topics":["cli","dns-over-tls","ruby"],"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/thekuwayama.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-07-01T06:05:16.000Z","updated_at":"2025-01-23T08:27:05.000Z","dependencies_parsed_at":"2024-05-05T12:31:40.682Z","dependency_job_id":"2406401b-5ad2-430b-a510-9f40aa696d7f","html_url":"https://github.com/thekuwayama/nslookupot","commit_stats":{"total_commits":46,"total_committers":1,"mean_commits":46.0,"dds":0.0,"last_synced_commit":"276fc1d570770d18ef154291dd608e2c3cc5be10"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fnslookupot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fnslookupot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fnslookupot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekuwayama%2Fnslookupot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekuwayama","download_url":"https://codeload.github.com/thekuwayama/nslookupot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528733,"owners_count":21445516,"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","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":["cli","dns-over-tls","ruby"],"created_at":"2024-10-02T16:10:51.929Z","updated_at":"2025-04-23T23:06:53.900Z","avatar_url":"https://github.com/thekuwayama.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nslookupot\n\n[![Gem Version](https://badge.fury.io/rb/nslookupot.svg)](https://badge.fury.io/rb/nslookupot)\n[![CI](https://github.com/thekuwayama/nslookupot/workflows/CI/badge.svg)](https://github.com/thekuwayama/nslookupot/actions?workflow=CI)\n[![Maintainability](https://api.codeclimate.com/v1/badges/5df9157757f5a0bf1623/maintainability)](https://codeclimate.com/github/thekuwayama/nslookupot/maintainability)\n\nnslookupot is CLI that is `nslookup` over TLS (version 1.3 or 1.2).\n\n- https://datatracker.ietf.org/doc/html/rfc7858\n\n\n## Installation\n\nThe gem is available at [rubygems.org](https://rubygems.org/gems/nslookupot). You can install with:\n\n```sh-session\n$ gem install nslookupot\n```\n\n\n## Usage\n\n```sh-session\n$ nslookupot --help\nUsage: nslookupot [options] name\n    -s, --server VALUE               the name server IP address        (default 1.1.1.1)\n    -p, --port VALUE                 the name server port number       (default 853)\n    -h, --hostname VALUE             the name server hostname          (default cloudflare-dns.com)\n    -n, --no-check-sni               no check SNI                      (default false)\n    -t, --type VALUE                 the type of the information query (default A)\n        --types                      print the list of query types\n```\n\nYou can run it the following:\n\n```sh-session\n$ nslookupot example.com\nServer:         1.1.1.1\nAddress:        1.1.1.1#853\n\nName:           example.com\nAddress:        93.184.216.34\nTtl:            83289\n\n```\n\nIf you need to resolve other than A type, you can run it the following:\n\n```sh-session\n$ nslookupot --type=cname www.youtube.com\nServer:         1.1.1.1\nAddress:        1.1.1.1#853\n\nName:           www.youtube.com\nName:           youtube-ui.l.google.com\nTtl:            86400\n\n```\n\nIf you need to query to `8.8.8.8`, you can run it the following:\n\n```sh-session\n$ nslookupot --server=8.8.8.8 --port=853 --hostname=dns.google www.google.com\nServer:         8.8.8.8\nAddress:        8.8.8.8#853\n\nName:           www.google.com\nAddress:        142.250.196.132\nTtl:            175\n\n```\n\nIf you need to query to `9.9.9.9`, you can run it the following:\n\n```sh-session\n$ nslookupot --server=9.9.9.9 --port=853 --hostname=quad9.net www.quad9.net\nServer:         9.9.9.9\nAddress:        9.9.9.9#853\n\nName:           www.quad9.net\nAddress:        216.21.3.77\nTtl:            100\n\n```\n\nSupported query types are:\n\n```sh-session\n$ nslookupot --types\n** A, AAAA, CAA, CNAME, HINFO, HTTPS, LOC, MINFO, MX, NS, PTR, SOA, SRV, SVCB, TXT, WKS\n```\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekuwayama%2Fnslookupot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekuwayama%2Fnslookupot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekuwayama%2Fnslookupot/lists"}