awl: drill, writ small
Go to file
grumbulon 8b1a5f9147 Merge remote-tracking branch 'upstream/master'
Merging upstream into fork
2022-06-26 14:10:35 -04:00
logawl Logging refinements 2022-06-26 14:01:13 -04:00
query I am still somehow getting paid to do this 2022-06-23 23:12:48 +02:00
util Revert "hehe off-by-one" 2022-06-25 13:46:38 -04:00
.drone.yml I am still somehow getting paid to do this 2022-06-23 23:12:48 +02:00
.gitignore Rewrite in Go :^) 2022-06-21 22:54:50 +02:00
awl.go Logging refinements 2022-06-26 14:01:13 -04:00
cli.go logging (#1) 2022-06-26 04:07:58 +00:00
cli_test.go I am still somehow getting paid to do this 2022-06-23 23:12:48 +02:00
docs.go I got paid to write this 2022-06-22 22:59:17 +02:00
go.mod Update golang.org/x/net digest to 1bab6f3 2022-06-24 18:00:22 -05:00
go.sum Update golang.org/x/net digest to 1bab6f3 2022-06-24 18:00:22 -05:00
query.go I am still somehow getting paid to do this 2022-06-23 23:12:48 +02:00
README.md I am still somehow getting paid to do this 2022-06-23 23:12:48 +02:00
renovate.json Add renovate.json 2022-06-22 11:55:52 +00:00

awl

awl is a command-line DNS client, much like drill, dig, dog, doggo, or q

This was made as my first major experiment with Go, so there are probably things that can be improved

The excellent dns library for Go does most of the heavy lifting.

What works

  • UDP
  • TCP
  • TLS
  • HTTPS (maybe)
  • QUIC (extreme maybe)

What doesn't

  • Your sanity after reading my awful code
  • A motivation for making this after finding q and doggo

What should change

  • Make the CLI less abysmal (migrate to cobra? or just use stdlib's flags)
  • Optimize everything
  • Make the code less spaghetti (partially completed)
  • Feature parity with drill
    • Making a drop-in replacement for drill?