{"id":15654213,"url":"https://github.com/bschaatsbergen/dnsee","last_synced_at":"2025-04-15T12:19:27.169Z","repository":{"id":179934720,"uuid":"661843448","full_name":"bschaatsbergen/dnsee","owner":"bschaatsbergen","description":"See DNS configurations quickly","archived":false,"fork":false,"pushed_at":"2025-04-07T05:20:53.000Z","size":7355,"stargazers_count":27,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T12:18:52.202Z","etag":null,"topics":["cli","dns","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bschaatsbergen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-03T19:30:55.000Z","updated_at":"2025-03-19T11:18:32.000Z","dependencies_parsed_at":"2024-01-13T01:14:47.222Z","dependency_job_id":"2e652341-2ee3-4d72-83e9-d8636b4bd4d5","html_url":"https://github.com/bschaatsbergen/dnsee","commit_stats":null,"previous_names":["bschaatsbergen/dnsee"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschaatsbergen%2Fdnsee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschaatsbergen%2Fdnsee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschaatsbergen%2Fdnsee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschaatsbergen%2Fdnsee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bschaatsbergen","download_url":"https://codeload.github.com/bschaatsbergen/dnsee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067787,"owners_count":21207396,"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","go"],"created_at":"2024-10-03T12:49:59.000Z","updated_at":"2025-04-15T12:19:27.146Z","avatar_url":"https://github.com/bschaatsbergen.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# dnsee\n\n[![Release](https://github.com/bschaatsbergen/dnsee/actions/workflows/goreleaser.yaml/badge.svg)](https://github.com/bschaatsbergen/dnsee/actions/workflows/goreleaser.yaml) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bschaatsbergen/dnsee) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/bschaatsbergen/dnsee/latest) [![Go Reference](https://pkg.go.dev/badge/github.com/bschaatsbergen/dnsee.svg)](https://pkg.go.dev/github.com/bschaatsbergen/dnsee) ![GitHub all releases](https://img.shields.io/github/downloads/bschaatsbergen/dnsee/total) \n\nSee DNS configurations quickly\n\n## Brew\n\nTo install dnsee using brew, simply do the below.\n\n```sh\nbrew tap bschaatsbergen/dnsee\nbrew install dnsee\n```\n\n## Binaries\n\nYou can download the [latest binary](https://github.com/bschaatsbergen/dnsee/releases/latest) for Linux, MacOS, and Windows.\n\n## Examples\n\nUsing `dnsee` is very simple.\n\n### Fetch all records\n\nTo get all records for a domain name:\n\n```\n$ dnsee google.com\nA       gooogle.com.    04m42s          142.251.36.4\nAAAA    gooogle.com.    04m42s          2a00:1450:400e:800::2004\nMX      gooogle.com.    04m42s          0       .\nTXT     gooogle.com.    04m42s          v=spf1 -all\nNS      gooogle.com.    01h48m35s       ns2.google.com.\nNS      gooogle.com.    01h48m35s       ns3.google.com.\nNS      gooogle.com.    01h48m35s       ns1.google.com.\nNS      gooogle.com.    01h48m35s       ns4.google.com.\nSOA     gooogle.com.    42s             ns1.google.com. dns-admin.google.com.\n```\n\n### Fetch all records for a specific type\n\nTo get all records for a domain name of a specific type:\n\n```\n$ dnsee google.com -q A\nA       google.com.     03m15s          216.58.214.14\n```\n\n### Fetch all records using a different DNS server\n\nTo get all records for a domain name using a different DNS server:\n\n```\n$ dnsee google.com --dns-server-ip 1.1.1.1\nA       google.com.     01m02s          142.250.179.174\nAAAA    google.com.     47s             2a00:1450:400e:811::200e\nMX      google.com.     34s             10      smtp.google.com.\nNS      google.com.     90h42m12s       ns1.google.com.\nNS      google.com.     90h42m12s       ns4.google.com.\nNS      google.com.     90h42m12s       ns3.google.com.\nNS      google.com.     90h42m12s       ns2.google.com.\nSOA     google.com.     44s             ns1.google.com. dns-admin.google.com.\n```\n\n## Contributing\n\nContributions are highly appreciated and always welcome.\nHave a look through existing [Issues](https://github.com/bschaatsbergen/dnsee/issues) and [Pull Requests](https://github.com/bschaatsbergen/dnsee/pulls) that you could help with.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschaatsbergen%2Fdnsee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbschaatsbergen%2Fdnsee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschaatsbergen%2Fdnsee/lists"}