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
Renovate Bot 547383d842
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
fix(deps): update golang.org/x/sys digest to 8e32c04
2022-08-04 22:00:22 +00:00
.github (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
cli (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
conf (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
coverage (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
doc (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
internal/helpers (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
logawl (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
query (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
util (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
.drone.jsonnet (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
.gitignore (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
.gitmodules (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
.goreleaser.yaml I am a moron 2022-07-26 00:45:33 +02:00
GNUmakefile (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
LICENCE (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
Makefile (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
README.md (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
docs.go (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
go.mod fix(deps): update golang.org/x/sys digest to 8e32c04 2022-08-04 22:00:22 +00:00
go.sum fix(deps): update golang.org/x/sys digest to 8e32c04 2022-08-04 22:00:22 +00:00
main.go (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
main_test.go (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
mkfile (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
renovate.json Add renovate.json 2022-06-22 11:55:52 +00:00
template.mk (feat)EDNS (#55) 2022-08-04 01:09:49 +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.

From source

Dependencies:

  • Go >= 1.18
  • GNU/BSD make or Plan 9 mk
  • scdoc (optional, for manpage)

Make sure to recursively clone the repo:

git clone --recursive https://git.froth.zone/sam/awl

Using the makefile:

make
sudo make install

Alternatively, using go install:

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

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