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 530ef06ee1
continuous-integration/drone/push Build is passing Details
feat: Trace (#162)
This PR should add the trace option, used by +trace and --trace

TODO
- [x] Making the trace work properly
- [x] Documentation adding
- [x] Completion adding

Co-authored-by: grumbulon <grumbulon@grumbulon.xyz>
Reviewed-on: #162
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-12-10 17:51:49 +00:00
.github ci: Purge GHA 2022-10-17 15:07:55 +02:00
cmd feat: Trace (#162) 2022-12-10 17:51:49 +00:00
completions feat: Trace (#162) 2022-12-10 17:51:49 +00:00
conf fix(win): Fix occasional buffer overflows (#166) 2022-12-10 17:51:00 +00:00
coverage (refactor) Draw the rest of the owl (#38) 2022-07-26 00:32:31 +00:00
doc feat: Trace (#162) 2022-12-10 17:51:49 +00:00
pkg feat: Trace (#162) 2022-12-10 17:51:49 +00:00
snap misc: Snapcraft support (#87) 2022-09-28 18:32:20 +00:00
.drone.jsonnet [SKIP CI] fix(ci): fix typo in downstream plugin 2022-11-21 23:12:11 +01: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 [SKIP CI] fix(goreleaser): remove broken brew HEAD 2022-10-21 17:10:12 +02:00
GNUmakefile [SKIP CI] fix(make): Real actual macOS support (#148) 2022-10-20 21:34:16 +00:00
LICENCE (feat)EDNS (#55) 2022-08-04 01:09:49 +00:00
Makefile [SKIP CI] fix(make): Real actual macOS support (#148) 2022-10-20 21:34:16 +00:00
README.md fix(readme): [SKIP CI] add / dev/null to debian 2022-11-19 22:52:53 +01:00
docs.go (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
go.mod fix(deps): update module github.com/lucas-clemente/quic-go to v0.31.1 2022-12-08 21:00:15 +00:00
go.sum fix(deps): update module github.com/lucas-clemente/quic-go to v0.31.1 2022-12-08 21:00:15 +00:00
main.go feat: Trace (#162) 2022-12-10 17:51:49 +00:00
main_test.go feat: Trace (#162) 2022-12-10 17:51:49 +00:00
mkfile [SKIP CI] misc: makefile refactoring (#100) 2022-09-16 23:38:46 +00:00
renovate.json Another "minor refactor" (#61) 2022-08-11 07:25:36 +00:00
template.mk fix(make): use correct tag when version is greater than 10 2022-12-05 15:25:24 +01: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

  • AUR: awl-dns-git

  • Debian/Ubuntu:

    # Add PGP key
    curl -sL https://packages.freecumextremist.finance/key.asc | sudo tee /usr/share/keyrings/awl.asc >/dev/null
    # Add repo
    echo "deb [signed-by=/usr/share/keyrings/awl.asc] https://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list >/dev/null
    sudo apt update
    sudo apt install awl
    
  • Homebrew:

    brew install SamTherapy/tap/awl
    
  • Scoop:

    scoop bucket add froth https://git.froth.zone/sam/scoop.git
    scoop install awl
    

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