Forward rules send forwarded queries as HTTPS - can they be forwarded as A? #2497
Unanswered
chrisbenincasa
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I would say:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Per the documentation, I was under the impression that forwarding rule "exceptions" would be sent as non-DoH requests (i.e. A or AAAA) to the configured address:
However, I'm seeing behavior where dnscrypt-proxy is forwarding these configured requests back as DoH requests.
My setup uses a pihole with dnscrypt-proxy configured as the upstream server. The proxy is configured to forward a subset of internal domains, lets call it
apps.our.house
back the pihole, for proper resolution. The pihole has configurations to direct certain wildcard subdomains to a reverse proxy.My proxy forwarding rules are simple:
I would assume that the flow would be a DoH request hits the PiHole, gets forwarded to dnscrypt, dnscrypt then forwards this unencrypted request back to the PiHole for proper, old-school resolution. Am I misunderstanding "unencrypted" here?
What I see is:
PiHole:
proxy:
This gets caught in a loop until the max concurrency is reached.
Beta Was this translation helpful? Give feedback.
All reactions