-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
76 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.hero { | ||
padding-block: unset; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,35 @@ | ||
--- | ||
title: Doggo | ||
description: The Friendly DNS Client | ||
template: splash | ||
hero: | ||
tagline: Command-line DNS client for humans | ||
image: | ||
file: ../../assets/houston.webp | ||
actions: | ||
- text: Visit Demo | ||
link: /app/ | ||
icon: right-arrow | ||
variant: primary | ||
- text: Read the docs | ||
link: /intro/installation | ||
icon: external | ||
--- | ||
|
||
![](../../assets/doggo.png) | ||
|
||
## Features | ||
|
||
- Human-readable output with color-coded and tabular format | ||
- JSON output support for easy scripting and parsing | ||
- Multiple transport protocols: | ||
- DNS over HTTPS (DoH) | ||
- DNS over TLS (DoT) | ||
- DNS over QUIC (DoQ) | ||
- DNS over TCP | ||
- DNS over UDP | ||
- DNSCrypt | ||
- Support for `ndots` and `search` configurations from `resolv.conf` or command-line arguments | ||
- Multiple resolver support with customizable query strategies | ||
- IPv4 and IPv6 support | ||
- Web interface available at [doggo.mrkaran.dev](https://doggo.mrkaran.dev) | ||
- Shell completions for `zsh` and `fish` | ||
- Reverse DNS lookups | ||
- Flexible query options including various DNS flags (AA, AD, CD, DO, etc.) | ||
- Debug mode for troubleshooting | ||
- Response time measurement | ||
- Cross-platform support (Linux, macOS, Windows, FreeBSD, NetBSD) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters