Replies: 4 comments 6 replies
-
Facing the same issue. Looking to find a solution as DoH is the main reason I wanted to set this up on a cloud VPS so I can use macOS/iOS profiles |
Beta Was this translation helpful? Give feedback.
-
Can confirm that DOH is broken for me as well |
Beta Was this translation helpful? Give feedback.
-
I managed to get this fixed, but completely forgot about this thread. What worked for me was changing the proxy_pass from http to https. Could you give that a try and see if it fixes the issue. So, the NGINX config file would look something like:
|
Beta Was this translation helpful? Give feedback.
-
Ok, setting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup a docker environment behind nginx proxy (on Caprover to be more specific). Port forwardings are ok, I can login to the Web UI. I have set my router to use the IP of this instance and traditional DNS queries work very well by this way. (Confirming reverse proxy is also working.) Domain and SSL are also working very well. When it comes to using DoH, AdGuard Home responds with "Not Found" to this URL: https://dns.example.com/dns-query
Therefore I can't use it on Android (neither natively nor with a DNS changer app). For example go to any DoH URL (including AdGuard's public one; you will see "dns parameter is missing" error, which is the expected response. But my instance says "Not Found" responding with 404 I guess.
What could be the problem here and how can I solve it?
Edit: Forgot to mention I have added docker network as CDR in
trusted_proxies
Beta Was this translation helpful? Give feedback.
All reactions