q icon indicating copy to clipboard operation
q copied to clipboard

A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.

Results 23 q issues
Sort by recently updated
recently updated
newest added

I download release 0.19.2 from [release page](https://github.com/natesales/q/releases/tag/v0.19.2) and get exception when running q: Windows 7, Intel Ivy Bridge Q77. ``` C:\Users\user\Downloads\q_0.19.2_windows_amd64.tar\q_0.19.2_windows_amd64>q google.com Exception 0xc0000005 0x8 0x0 0x0 PC=0x0 runtime.asmstdcall() /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sys_windows_amd64.s:65...

## TL;DR It'd be great to have a CSV / TSV as a `--format` type as output for feeding into other tools like `jq`, [`yq`](https://github.com/mikefarah/yq), or anything else that can...

Aiming to test response latency against many servers then pick quickest ones, but one server timeout will exit the process, expect to complete all the quires desgard timeout ones. Sample...