dnslookup icon indicating copy to clipboard operation
dnslookup copied to clipboard

Simple command line utility to make DNS lookups to the specified server

Results 25 dnslookup issues
Sort by recently updated
recently updated
newest added

hi~ I'm using the v1.8.0 on Windows 10 (64 bit version) . when I query some domain, the output is like this: ``` dnslookup v. v1.8.0 dnslookup result: ;; opcode:...

when I use the version of v1.8.0,I must input the DNS server IP , could I just using the system DNS config when I haven‘t input the DNS server IP...

enhancement

It is useful when debugging requests to a server that has multiple IPv6 and IPv4 addresses.

A quick fix of https://github.com/ameshkov/dnslookup/issues/8

github.com/miekg/dns allows us to validate DNSSEC requests. It would be helpful to expose that in dnslookup.

Thank you for creating dnslookup. Is it possible to have an argument to show verbose/debug information pertaining to various request/response in addition to the resolution result?

`README.md` says "DNS-over-QUIC (experimental, uses port 784" but it seems it now uses the standard port from RFC 9250, port 853.

Should I be concerned by this output? I do not expect to see `dnslookup undefined` and it is unclear what this means. ``` $ dnslookup www.ripe.net tls://www.chaz6.com dnslookup undefined dnslookup...

question