freebsd-ports/dns/doggo/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

19 lines
694 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.