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

How to query multiple dns servers at the same time #38

Closed LittleRey closed 2 years ago

LittleRey commented 2 years ago

eg , I want query google.com from google dns ,from cloudflare dns ,at same time

natesales commented 2 years ago

Run q multiple times:

~ ▴ q A google.com @8.8.8.8
google.com. 5m0s A 142.250.80.46
~ ▴ q A google.com @1.1.1.1
google.com. 4m52s A 142.250.65.174
LittleRey commented 2 years ago

no way to query multiple dns servers? at the same time? cry