mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
21 lines
734 B
Plaintext
21 lines
734 B
Plaintext
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 as well.
|
|
|
|
Features:
|
|
* Human readable output - supports colors and tabular format.
|
|
* Supports JSON format - can be useful while writing scripts.
|
|
* Has support for multiple transport protocols:
|
|
DNS over HTTPS (DoH)
|
|
DNS over TLS (DoT)
|
|
DNS over TCP
|
|
DNS over UDP
|
|
* Supports ndots and search configurations from resolv.conf or command-line
|
|
arguments.
|
|
* Supports multiple resolvers at once.
|
|
* Supports IPv4 and IPv6 both.
|
|
* Available as a web tool as well: https://doggo.mrkaran.dev.
|
|
* Shell completions for zsh and fish.
|
|
|
|
WWW: https://github.com/mr-karan/doggo
|