---
title: "Debug DNS resolution and record mismatches from the terminal with doggo"
description: "Run fast DNS lookups, compare record types, and inspect resolver behavior when domains, MX records, or service endpoints look wrong."
verification: "listed"
source: "https://github.com/mr-karan/doggo"
author: "mr-karan"
publisher_type: "user"
category:
  - "Runbooks & Diagnostics"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "mr-karan/doggo"
  github_stars: 4221
---

# Debug DNS resolution and record mismatches from the terminal with doggo

Run fast DNS lookups, compare record types, and inspect resolver behavior when domains, MX records, or service endpoints look wrong.

## Prerequisites

doggo CLI and network access to the target resolver or endpoint

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install doggo from Homebrew, Go, a release binary, or another upstream package source, then query the affected domain and resolver path with the needed record types or JSON output for scripting.
```

## Documentation

- https://github.com/mr-karan/doggo

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/debug-dns-resolution-and-record-mismatches-from-the-terminal-with-doggo/)
