mr-karan/doggo

:dog: Command-line DNS Client for Humans. Written in Golang

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 15th, 2026
Created on December 9th, 2020
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 145
Total Stargazers: 4,480 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.2 days
Mean response time: 160.7 days
90th percentile: 473.2 days
Tracked items: 53

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (14)
  • help wanted (7)
  • good first issue (4)
  • bug (2)
  • windows (2)
  • investigating (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

doggo is a command-line DNS client written in Go that provides a modern alternative to traditional tools like dig.

The tool addresses the need for a more human-friendly DNS query interface. Traditional DNS clients like dig present output in a format optimized for parsing rather than readability. doggo solves this by reformatting DNS responses into a neat, concise manner while supporting modern DNS protocols including DNS over HTTPS (DoH), DNS over TLS (DoT), DNS over QUIC (DoQ), and DNSCrypt alongside standard DNS queries.

doggo suits developers and system administrators who frequently perform DNS lookups and prefer readable output over dig's verbose format. It works well for ad-hoc DNS debugging, scripting scenarios where output clarity matters, and environments where encrypted DNS protocols are required. The tool is particularly valuable for those already familiar with dig who want similar functionality with better presentation. Configuration can be managed through a TOML file or environment variables, allowing users to set defaults for flags rather than repeating them on every invocation, with command-line arguments taking precedence over configuration file settings.

The project maintains active development with regular updates to support multiple platforms. Pre-compiled binaries are available for Linux, macOS, Windows, FreeBSD, OpenBSD, and NetBSD across various architectures including ARM variants. The tool is packaged in multiple package managers, indicating sustained maintenance and community adoption. Documentation is comprehensive, including a web interface, installation guide, and CLI reference covering configuration options and protocol support.