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 aeef727608
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
submod
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-07-25 23:17:53 +02:00
cli Add (and fix from) tests 2022-07-24 19:47:51 +02:00
conf More work! 2022-07-22 23:22:43 +02:00
coverage MORE 2022-07-25 23:09:52 +02:00
doc submod 2022-07-25 23:17:53 +02:00
internal/helpers Add a retry flag 2022-07-24 19:34:51 +02:00
logawl Add a retry flag 2022-07-24 19:34:51 +02:00
query More work! 2022-07-22 23:22:43 +02:00
util Another day's work 2022-07-21 19:06:46 -05:00
.drone.jsonnet MORE 2022-07-25 23:09:52 +02:00
.gitignore MORE 2022-07-25 23:09:52 +02:00
.gitmodules MORE 2022-07-25 23:09:52 +02:00
.goreleaser.yaml Do "a few things" 2022-07-20 23:14:15 +02:00
docs.go I got paid to write this 2022-06-22 22:59:17 +02:00
GNUmakefile MORE 2022-07-25 23:09:52 +02:00
go.mod fix(deps): update golang.org/x/net digest to 46097bf 2022-07-25 22:00:17 +00:00
go.sum fix(deps): update golang.org/x/net digest to 46097bf 2022-07-25 22:00:17 +00:00
LICENSE Add documentation and fix a typo 2022-07-25 01:15:43 +02:00
main.go make warn error better 2022-07-25 00:27:42 +02:00
Makefile MORE 2022-07-25 23:09:52 +02:00
mkfile MORE 2022-07-25 23:09:52 +02:00
README.md MORE 2022-07-25 23:09:52 +02:00
renovate.json Add renovate.json 2022-06-22 11:55:52 +00:00
template.mk MORE 2022-07-25 23:09:52 +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
  • 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.

License

See LICENSE