{"id":13581897,"url":"https://github.com/mr-karan/doggo","last_synced_at":"2025-05-13T15:11:36.233Z","repository":{"id":36981086,"uuid":"319848237","full_name":"mr-karan/doggo","owner":"mr-karan","description":":dog: Command-line DNS Client for Humans. Written in Golang","archived":false,"fork":false,"pushed_at":"2025-05-01T03:18:23.000Z","size":16991,"stargazers_count":3572,"open_issues_count":42,"forks_count":118,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-05-12T03:10:51.675Z","etag":null,"topics":["dns","dns-client","doh"],"latest_commit_sha":null,"homepage":"https://doggo.mrkaran.dev/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr-karan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["mr-karan"]}},"created_at":"2020-12-09T05:07:07.000Z","updated_at":"2025-05-11T22:51:38.000Z","dependencies_parsed_at":"2023-12-09T05:22:46.662Z","dependency_job_id":"87031175-644c-4aea-ae12-44d61d8aca0d","html_url":"https://github.com/mr-karan/doggo","commit_stats":{"total_commits":148,"total_committers":21,"mean_commits":"7.0476190476190474","dds":"0.29729729729729726","last_synced_commit":"89224c72d85c2cf942895c9a583c2811af0ac0e0"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fdoggo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fdoggo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fdoggo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fdoggo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-karan","download_url":"https://codeload.github.com/mr-karan/doggo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969260,"owners_count":21992263,"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":["dns","dns-client","doh"],"created_at":"2024-08-01T15:02:18.471Z","updated_at":"2025-05-13T15:11:31.218Z","avatar_url":"https://github.com/mr-karan.png","language":"Go","funding_links":["https://github.com/sponsors/mr-karan"],"categories":["Go","CLI","命令行工具","Uncategorized","DNS Tools","Network Tools","\u003ca name=\"dns\"\u003e\u003c/a\u003edns"],"sub_categories":["Uncategorized"],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003edoggo\u003c/h2\u003e\n  \u003cp align=\"center\"\u003e\n    🐶 \u003ci\u003eCommand-line DNS client for humans\u003c/i\u003e\n    \u003cbr/\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://doggo.mrkaran.dev/\" target=\"_blank\"\u003eWeb Interface\u003c/a\u003e\n    ·\n    \u003ca href=\"https://doggo.mrkaran.dev/docs/\" target=\"_blank\"\u003eDocumentation\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cimg src=\"www/static/doggo.png\" alt=\"doggo CLI usage\"\u003e\n\u003c/p\u003e\n\n---\n\n**doggo** is a modern command-line DNS client (like _dig_) written in Golang. It outputs information in a neat concise manner and supports protocols like DoH, DoT, DoQ, and DNSCrypt as well.\n\nIt's totally inspired by [dog](https://github.com/ogham/dog/) which is written in Rust. I wanted to add some features to it but since I don't know Rust, I found it as a nice opportunity to experiment with writing a DNS Client from scratch in `Go` myself. Hence the name `dog` + `go` =\u003e **doggo**.\n\n## Installation\n\n### Easy Install (Recommended)\n\n```shell\ncurl -sS https://raw.githubusercontent.com/mr-karan/doggo/main/install.sh | sh\n```\n\n### Package Managers\n\n- Homebrew: `brew install doggo`\n- MacPorts (macOS): `port install doggo`\n- Arch Linux: `yay -S doggo-bin`\n- Scoop (Windows): `scoop install doggo`\n- Eget: `eget mr-karan/doggo`\n\n### Binary Install\n\nYou can download pre-compiled binaries for various operating systems and architectures from the [Releases](https://github.com/mr-karan/doggo/releases) page.\n\n### Go Install\n\nIf you have Go installed on your system, you can use the `go install` command:\n\n```shell\ngo install github.com/mr-karan/doggo/cmd/doggo@latest\n```\n\nThe binary will be available at `$GOPATH/bin/doggo`.\n\n### Docker\n\n```shell\ndocker pull ghcr.io/mr-karan/doggo:latest\ndocker run --rm ghcr.io/mr-karan/doggo:latest example.com\n```\n\nFor more installation options, including binary downloads and Docker images, please refer to the [full installation guide](https://doggo.mrkaran.dev/docs/intro/installation/).\n\n## Quick Start\n\nHere are some quick examples to get you started with doggo:\n\n```shell\n# Simple DNS lookup\ndoggo example.com\n\n# Query MX records using a specific nameserver\ndoggo MX github.com @9.9.9.9\n\n# Use DNS over HTTPS\ndoggo example.com @https://cloudflare-dns.com/dns-query\n\n# JSON output for scripting\ndoggo example.com --json | jq '.responses[0].answers[].address'\n\n# Reverse DNS lookup\ndoggo --reverse 8.8.8.8 --short\n\n# Using Globalping\ndoggo example.com --gp-from Germany,Japan --gp-limit 2\n```\n\n## Features\n\n- Human-readable output with color-coded and tabular format\n- JSON output support for easy scripting and parsing\n- Multiple transport protocols: DoH, DoT, DoQ, TCP, UDP, DNSCrypt\n- Support for `ndots` and `search` configurations\n- Multiple resolver support with customizable query strategies\n- IPv4 and IPv6 support\n- Web interface available\n- Shell completions for `zsh` and `fish`\n- Reverse DNS lookups\n- Flexible query options including various DNS flags\n- Debug mode for troubleshooting\n- Response time measurement\n- Cross-platform support\n\n## Documentation\n\nFor comprehensive documentation, including detailed usage instructions, configuration options, and advanced features, please visit our [official documentation site](https://doggo.mrkaran.dev/docs/).\n\n## Sponsorship\n\nIf you find doggo useful and would like to support its development, please consider becoming a sponsor. Your support helps maintain and improve this open-source project.\n\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/mr-karan?style=for-the-badge\u0026logo=github)](https://github.com/sponsors/mr-karan)\n\nEvery contribution, no matter how small, is greatly appreciated and helps keep this project alive and growing. Thank you for your support! 🐶❤️\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-karan%2Fdoggo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-karan%2Fdoggo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-karan%2Fdoggo/lists"}