-
**Describe the bug**
If parsing EDNS Option records fails in the code no error is returned. Instead you receive an empty list of options. The log message in the error path is not visible enough.
*…
-
Currently, AS lookup is only supported when using the `trust_dns_resolver`.
See #34 for the current implementation.
-
I'm working in a multi-domain environment. I'm trying to enumerate ADCS in a foreign domain that has trusts. In my situation, it seems that certipy is able to enumerate the CA in the foreign domai…
-
**Is your feature request related to a problem? Please describe.**
In an effort to reduce the resources used in my application, I would like to reuse the socket and other resources held by `quinn::En…
-
**Current behavior**
Unbound can configure forwarding over both plain UDP, TCP or even also encrypted TLS. That is great. But if the client would like to know, how/whether it forwards queries som…
-
This is most likely due to the `DnsResponse::contains_answer`, though the logic looks correct
https://github.com/bluejekyll/trust-dns/blob/main/crates/proto/src/xfer/dns_response.rs#L127-L132
-
Trust-dns [changed](https://github.com/hickory-dns/hickory-dns/issues/300) default IP resolution strategy from `Ipv4AndIpv6` to `Ipv4thenIpv6`, which means that if domain name has `A` record (IPv4), i…
-
I'm in a wifi network at work with a fast internet connection. If I use wg tunnel, the bandwidth is limited by my private internet provider. Would it be an advantage to optionally route only DNS traff…
-
**Describe the bug**
Documentation for `AsyncResolver`, and most of its constructors, incorrectly says that a tuple of a resolver and a background future to spawn is returned.
**To Reproduce**
St…
-
Currently, one has to scroll far down (to the `new()` method) to find out that `SIG` is also used for `RRSIG`. This is therefore easy to overlook.
My suggestion would be to state this already in th…