Live data from Hacker News

Zns: CLI tool for querying DNS records with readable, colored output

github.com

1–7 of 7 posts

Re: Zns: CLI tool for querying DNS records with readable, colored output

#4
I especially like the option to output JSON.

However one minor annoyance is the fact that the json keys are prepended with a non-alphanumeric character (e.g “@domain”, “@record”). This adds no value and makes it more difficult to work with in some cases (jq scripts will need to use quotes to reference the keys, etc).

Re: Zns: CLI tool for querying DNS records with readable, colored output

#6
post #3

I’d recommend Doggo [0], also written in go. [0]: https://github.com/mr-karan/doggo

I used to use Doggo but not many updates and HTTP3 queries have huge delays in execution. My go to now is natesales/q [0], also written in Go.

0. https://github.com/natesales/q