Sam
07728cffdb
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #55
11 lines
344 B
Go
11 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
|