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.
continuous-integration/drone/push Build is passing
Details
|
2 weeks ago | |
---|---|---|
.github | 4 weeks ago | |
cmd | 1 month ago | |
completions | 3 months ago | |
conf | 1 month ago | |
coverage | 8 months ago | |
doc | 3 weeks ago | |
pkg | 2 weeks ago | |
snap | 6 months ago | |
.drone.jsonnet | 1 month ago | |
.editorconfig | 6 months ago | |
.gitignore | 4 weeks ago | |
.gitmodules | 6 months ago | |
.golangci.yaml | 6 months ago | |
.goreleaser.yaml | 2 weeks ago | |
GNUmakefile | 1 month ago | |
LICENCE | 8 months ago | |
Makefile | 1 month ago | |
README.md | 2 weeks ago | |
docs.go | 7 months ago | |
go.mod | 2 weeks ago | |
go.sum | 2 weeks ago | |
main.go | 1 month ago | |
main_test.go | 3 months ago | |
mkfile | 6 months ago | |
renovate.json | 7 months ago | |
template.mk | 4 months ago |
README.md
awl
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:
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