awl/docs.go
Sam Therapy 49ea09a251
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
another refactor :^)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-08-04 01:29:20 +02:00

12 lines
344 B
Go

/*
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