Replies: 1 comment
-
I have been trying the same setup -> AdGuard as Docker container with Nginx running on host as the reverse proxy. Frustratingly, I have been unable to get DoH working. My configurations is as follows: Ports exposed:
AdGuardHome.yaml tls:
enabled: true
server_name: domain.tld
force_https: false
port_https: 0
port_dns_over_tls: 853
port_dns_over_quic: 853
port_dnscrypt: 0
dnscrypt_config_file: ""
allow_unencrypted_doh: true
certificate_chain: ""
private_key: ""
certificate_path: ""
private_key_path: ""
strict_sni_check: false
# And trusted_proxies is
trusted_proxies:
- 127.0.0.0/8
- ::1/128
- 172.17.0.0/32 Nginx
With the above setup, I'm trying a DNS query for
Which returns "Couldn't resolve host name" * DoH: Bad ID type A for linkedin.com
* DoH: Bad ID type AAAA for linkedin.com
* Closing connection
curl: (6) Couldn't resolve host name |
Beta Was this translation helpful? Give feedback.
0 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.
-
hi everyone i am trying to run it using docker but on some different ports because i already have some other services.
port 80 443 and 3000 are already in use. but whatever i try it wont work. anyone some experience with running it using reverse proxy and on other ports
Beta Was this translation helpful? Give feedback.
All reactions