awl/docs.go
Sam Therapy 3fe1138553
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Completions and documentation
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-09-02 01:14:41 +02: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