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 59a7fe6d7d
continuous-integration/drone/push Build is passing Details
Modularity(?)
Reviewed-on: #77
2022-08-31 01:05:17 +00:00
.github Modularity(?) 2022-08-31 01:05:17 +00:00
cli Modularity(?) 2022-08-31 01:05:17 +00:00
conf Modularity(?) 2022-08-31 01:05:17 +00: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
GNUmakefile Modularity(?) 2022-08-31 01:05:17 +00:00
LICENCE (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
Makefile Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
README.md Modularity(?) 2022-08-31 01:05:17 +00:00
docs.go (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
go.mod Modularity(?) 2022-08-31 01:05:17 +00:00
go.sum Modularity(?) 2022-08-31 01:05:17 +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
mkfile Modularity(?) 2022-08-31 01:05:17 +00:00
renovate.json Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
template.mk Modularity(?) 2022-08-31 01:05:17 +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)

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