A command-line DNS lookup tool that supports DNS queries over UDP, TCP, TLS, HTTPS, DNSCrypt, and QUIC. https://dns.froth.zone/awl/
Find a file
Sam Therapy 7314122951
All checks were successful
continuous-integration/drone/push Build is passing
more modular
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-08-31 02:48:57 +02:00
.github more modular 2022-08-31 02:48:57 +02:00
cli more modular 2022-08-31 02:48:57 +02:00
conf more modular 2022-08-31 02:48:57 +02:00
coverage (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
doc Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
logawl Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
query Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
util Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
.drone.jsonnet Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
.gitignore Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
.gitmodules (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
.golangci.yaml Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
.goreleaser.yaml Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
docs.go (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
GNUmakefile more modular 2022-08-31 02:48:57 +02:00
go.mod more modular 2022-08-31 02:48:57 +02:00
go.sum more modular 2022-08-31 02:48:57 +02:00
LICENCE (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
main.go Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
main_test.go Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
Makefile Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
mkfile more modular 2022-08-31 02:48:57 +02:00
README.md more modular 2022-08-31 02:48:57 +02:00
renovate.json Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
template.mk more modular 2022-08-31 02:48:57 +02:00

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.

From source

Dependencies:

  • Go >= 1.18
  • GNU/BSD make or Plan 9 mk (if using the makefile/mkfile)

Using go install (recommended):

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

Using the makefile:

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

See LICENCE