awl: drill, writ small https://dns.froth.zone/awl/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Sam Therapy 27ece358c6
continuous-integration/drone/push Build is passing Details
fix(resolvers): QUIC: close as soon as the writing is done
2 weeks ago
.github fix(ci): :( 4 weeks ago
cmd feat: change import URL 1 month ago
completions feat: Trace (#162) 3 months ago
conf feat: change import URL 1 month ago
coverage (refactor) Draw the rest of the owl (#38) 8 months ago
doc fix(doc): fix literally unusable typo in manpage 3 weeks ago
pkg fix(resolvers): QUIC: close as soon as the writing is done 2 weeks ago
snap misc: Snapcraft support (#87) 6 months ago
.drone.jsonnet fix(ci): target 1.20, drop 1.19 1 month ago
.editorconfig refactor: Make tests less ugly (#102) 6 months ago
.gitignore fix(goreleaser): stop using universal binaries 4 weeks ago
.gitmodules Remove AUR submodule 6 months ago
.golangci.yaml feat: more API work 6 months ago
.goreleaser.yaml fix(release): Correct scoop bucket location 2 weeks ago
GNUmakefile fix(Make): stop compressing the manpages 1 month ago
LICENCE (feat)EDNS (#55) 8 months ago
Makefile fix(Make): stop compressing the manpages 1 month ago
README.md fix(docs): We're so back 2 weeks ago
docs.go (feat)Completions and documentation (#78) 7 months ago
go.mod fix(deps): Use my fork of the dnscrypt lib (#185) 2 weeks ago
go.sum fix(release): Correct scoop bucket location 2 weeks ago
main.go feat: change import URL 1 month ago
main_test.go feat: Trace (#162) 3 months ago
mkfile [SKIP CI] misc: makefile refactoring (#100) 6 months ago
renovate.json Another "minor refactor" (#61) 7 months ago
template.mk fix(make): use correct tag when version is greater than 10 4 months ago

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 dns.froth.zone/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