dnslookup
dnslookup copied to clipboard
Simple command line utility to make DNS lookups to the specified server
Nice find, a command line DNS query tool! Thanks for your efforts. However, where I need it most, is at work, and there all https has to go through a...
Sometimes an IPv4 address of a DoH/DoQ/DoT server is blocked by the ISP, but the IPv6 address isn't. It would be helpful to be able to choose the preference for...
This is useful to test, for example, DNS-over-HTTPS servers that are supposed to be run behind a reverse proxy.
Is it possible (to implement) to specify what IP version to use when on dual-stack? It seems to me that it now uses the first result from a DNS query...
Would be cool if the package will be available over Windows package manager
Current, `dnslookup` uses fixed position for different arguments, first is domain, second is server, it likes `nslookup` command. However, sometime we forget this constraint. The `dig` command use `@` to...
[root@linux dnslookup]# ./dnslookup @dns.google a.com dnslookup dev Server: dns.google dnslookup result (elapsed 34.200068ms): ;; opcode: QUERY, status: NXDOMAIN, id: 16710 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY:...
If possible, I would like to be able to see the SHA-256 PIN of the TLS certificate ([according to RFC 7858, Section 4.2](https://www.rfc-editor.org/rfc/rfc7858.html#section-4.2)) used by the DoT/DoH server I am...
such as --proxy sock5://
For scripts it's often convenient to only have the results in stdout. That is, the IP address/es, TXT records, or `NXDOMAIN`. For an example, see the difference between `dig 'www.example.com'...