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

The indirect dependency `git.schwanenlied.me/yawning/x448.git v0.0.0-20170617130356-01b048fb03d6` cannot be downloaded because the host seems unreachable. This makes it impossible to build q. Related issue from a year ago: https://github.com/lightninglabs/faraday/issues/131 Given how long...

On at least Fedora and Archlinux, there are already packages with the same name and executable name. https://packages.fedoraproject.org/pkgs/q/q/ https://aur.archlinux.org/packages/q This means that if I install `q_0.8.2_linux_amd64.rpm` on Fedora, `dnf` see...

- [x] `--tls-sni` - [x] `--padding` - [ ] `--retry` - [ ] `--cookie` - [ ] `--tap-dump` (dump to DNSTAP file) - [ ] `--tap-read` (read from DNSTAP file...

Hi, Thank's for sharing `q` I understand not putting a record type, test/output the results for `MX` `TXT` `NS`, `A` `AAAA` `CNAME` .. (which is nice default) But in some...

Hi, it would be a nice feature, if users can enforce ipv4 or ipv6 transport. Most tools, like dig or curl are doing this with these options: -4 (use IPv4...

if possible. As of now if I do `q --tls-server-name=dns.myserver.com @tls://2.3.4.5 A goo.gl` it works. Assuming 2.3.4.5 supports DoQ if I do `q --tls-server-name=dns.myserver.com @quic://2.3.4.5 A goo.gl` it doesn't work

your apps so good. for some diagnostic use case i need to custom ip for `@https://dns.customdomain.net` , now i need to custom host file for it. It would be great...

enhancement

Hello, At 1st thanks for the excellent too. I want to be able to query a list of domain to make use efficient use of the connection For https/tls for...