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

Does dnslookup support EDNS options referenced in https://datatracker.ietf.org/doc/html/rfc7871? Trying to do the same that kdig does with this command: `kdig @10.104.8.124 +https example.com +subnet=10.212.134.0/24` This adds additional options + CSUBNET...

enhancement

Similar to `dig -b` option. Very useful for testing filtering DNS servers that have different settings for different client IPs.

```sh dnslookup 'www.example.com' 'https://my-login:[email protected]/dns-query' ``` Currently, this doesn't send the `my-login:verySecure123456` information to `dns-server.example`, as far as I can see.

Allow setting the do flag without having to explicitly enable an EDNS option. Sometimes we would like to validate DNSSEC but not enable PADDING or any of the other options...

Hello, from what I can see **UDP** is used when I do a dns lookup via **DNSCrypt**. Is there an option available to force the use of **TCP**?

Manjaro pamac install error: ``` ../gopath/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go119.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant...

Is it possible to support bootstrap like `dnsproxy` does?

enhancement

I would like to show the inner workings of DoH to students. For this I use wireshark and use the SSLKEYLOGFILE environment variable to store shared secrets of TLS sessions....

enhancement

Because I don't want to use the default Path /dns-query, I run AGH (AdGuard Home) behind nginx so that I can modify the path. Here is my nginx configuration snippet:...