awl/docs.go
Sam Therapy 068706ae9a
All checks were successful
continuous-integration/drone/push Build is passing
(feat)Completions and documentation (#78)
Reviewed-on: #78
2022-09-04 23:28:47 +00:00

14 lines
386 B
Go

// SPDX-License-Identifier: BSD-3-Clause
/*
awl is a DNS lookup tool written in Go, similar to (and heavily inspired by) drill.
It runs and displays similar outputs to drill, without any frills.
Options are given to print with JSON, XML and YAML.
Supports results from DNS-over-[UDP, TCP, TLS, HTTPS, QUIC] servers
Why use this over the alternatives? Good question.
*/
package main