-
### Platform
Linux
### Protocol
DNS-over-TLS
### Do you use AdGuard app?
No I don't
### Your configuration
Stubby is used to handle DoT but this happens when using dedicated IPv6 addresses too
…
-
### Improvement Suggestion
Consider the following setup:
```
routing {
# According to the request of dns query, decide to use which DNS upstream.
# Match rules from top to bo…
-
As far as I understand, this is only used for `mongodb+srv://` connection strings. I don't use it, and `trust-dns-resolver` takes significant time to compile, and is whopping 34k lines of code! https:…
-
**Describe the bug**
Whenever I connect to my parent's WiFi, trust-dns stops working, and I do not get any DNS resolving at all. My parents have a very old legacy internet connection that only has an…
-
Trust-DNS is going to be rebranded to Hickory DNS and the repo moved into the https://github.com/HickoryDNS organization. This isn't something I think we should do overnight, so I'm going to list out …
-
**Describe the bug**
No option to select cert root at hickory_server. Looks like it was missing to forward the feature flags for hickory-resolver.
**To Reproduce**
Cargo.toml
```toml
trust-dns…
-
Mac OS with all updates. I see CGPS Filter Lists in my DNS policies in my Zero Trust Firewall Policies. Action BLOCK; status Active.
I added the CF DNS servers on my Mac only as a test, not on my ro…
-
I am learning using trust-dns-server and try to write my test server
I try the codes
```rust
use std::future::Future;
use std::net::Ipv4Addr;
use std::pin::Pin;
use trust_dns_server::auth…
-
The reason for the tdns-agent is for the (very reasonable) case where a zone owner doesn't trust tdns-server enough to be willing to move the primary role to an experimental piece of code. However, th…
-
### Description
From what I know, ngrok supposedly supports tcp connections tunneling, and http/2 as well.
Was trying to other day to use ngrok to expose a local argocd instance, as part of a work…