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 add1ef61a2
All checks were successful
continuous-integration/drone/push Build is passing
feat(packaging): Prepare for apt packaging (#139)
This needs to be tested (preferably extensively), which I will do now

Reviewed-on: #139
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-14 14:11:01 +00:00
.github (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
cmd refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
completions feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
conf refactor: Make tests less ugly (#102) 2022-09-21 23:08:31 +00:00
coverage (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
doc feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
pkg refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
snap misc: Snapcraft support (#87) 2022-09-28 18:32:20 +00:00
.drone.jsonnet feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
.editorconfig refactor: Make tests less ugly (#102) 2022-09-21 23:08:31 +00:00
.gitignore feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
.gitmodules Remove AUR submodule 2022-09-27 15:36:34 +00:00
.golangci.yaml feat: more API work 2022-09-15 11:02:43 +00:00
.goreleaser.yaml feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
docs.go (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
GNUmakefile feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
go.mod fix(deps): update golang.org/x/net digest to f15817d 2022-10-14 09:00:14 +00:00
go.sum fix(deps): update golang.org/x/net digest to f15817d 2022-10-14 09:00:14 +00:00
LICENCE (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
main.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
main_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
Makefile feat(packaging): Prepare for apt packaging (#139) 2022-10-14 14:11:01 +00:00
mkfile [SKIP CI] misc: makefile refactoring (#100) 2022-09-16 23:38:46 +00:00
README.md [SKIP CI] correct README 2022-09-30 19:38:26 +02:00
renovate.json Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
template.mk chore(Refactor) (#110) 2022-09-24 23:11:09 +00: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.

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:

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

Revised BSD, See LICENCE