A command-line DNS lookup tool that supports DNS queries over UDP, TCP, TLS, HTTPS, DNSCrypt, and QUIC. https://dns.froth.zone/awl/
Go to file
Sam Therapy 7edd983175
continuous-integration/drone/push Build is passing Details
feat: add preliminary message tinkering (#79)
Reviewed-on: #79
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-05 00:05:06 +00:00
.github (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
cli feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
completions (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
conf (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
coverage (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
doc feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
logawl (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
pkg (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
query feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
util feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
.drone.jsonnet (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
.gitignore Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
.gitmodules (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
.golangci.yaml feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
.goreleaser.yaml feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
GNUmakefile (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
LICENCE (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
Makefile (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
README.md (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
docs.go (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
go.mod feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
go.sum feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
main.go feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
main_test.go feat: add preliminary message tinkering (#79) 2022-09-05 00:05:06 +00:00
mkfile (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
renovate.json Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
template.mk (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00

README.md

awl

Build Status

awl is a command-line DNS client, much like drill, dig, dog, doggo, or q.

awl is designed to be a drop-in replacement for the venerable dig, but support newer RFC query types, such as DNS-over-HTTPS and DNS-over-QUIC.

Usage

Building and installing

From releases

Grab a prebuilt binary from the release section.

Package Managers

From source

Dependencies:

  • Go >= 1.18
  • GNU/BSD make or Plan 9 mk (if using the makefile/mkfile)
  • scdoc (optional, for man page)

Using go install (recommended):

go install git.froth.zone/sam/awl@latest

Using the makefile:

make
make && sudo make install

Contributing

Send a pull request our way. Prefer emails? Send a patch to the mailing list.

Found a bug or want a new feature? Create an issue here.

Licence

Revised BSD, See LICENCE