natesales / q

A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.
GNU General Public License v3.0
1.76k stars 62 forks source link

Enforce ipv4/ipv6 #87

Open metrax opened 9 months ago

metrax commented 9 months ago

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 query transport only) -6 (use IPv6 query transport only)

Thanks :-)