Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Documentation and Translation
(Moderator:
fabian
) »
Adguard Home - DNS over HTTPS and DNS over TLS
« previous
next »
Print
Pages: [
1
]
Author
Topic: Adguard Home - DNS over HTTPS and DNS over TLS (Read 2904 times)
flaviuvlaicu
Newbie
Posts: 7
Karma: 0
Adguard Home - DNS over HTTPS and DNS over TLS
«
on:
July 16, 2024, 06:00:57 pm »
Hi,
Some help here would be highly appreciated
I currently have AdguardHome setup using port 53. Unbound is not used.
OPNsense GUI running on port 8443 and Adguard GUI on 3000. I am trying to use the DoH and DoT but cannot manage to set it up. I also have the certificate in place and it is detecting it and seen as verified.
In the Adgurd GUI it works only by using plain DNS.
Thanks in advance.
Logged
yeraycito
Sr. Member
Posts: 288
Karma: 17
Re: Adguard Home - DNS over HTTPS and DNS over TLS
«
Reply #1 on:
July 16, 2024, 06:08:16 pm »
DNS upstream:
tls://1.1.1.1
tls://1.0.0.1
DNS boot:
1.1.1.1
1.0.0.1
Logged
flaviuvlaicu
Newbie
Posts: 7
Karma: 0
Re: Adguard Home - DNS over HTTPS and DNS over TLS
«
Reply #2 on:
July 16, 2024, 06:27:58 pm »
Tried like so but nothing is resolving
Logged
toodementianull
Newbie
Posts: 9
Karma: 0
Re: Adguard Home - DNS over HTTPS and DNS over TLS
«
Reply #3 on:
August 07, 2024, 03:48:05 am »
Are you putting /dns-query at the end of your url?
Code:
[Select]
https://adguard.example.com/dns-query
Also don't forget to add your opnsense ip to the list of trusted proxies in AdGuardHome.yaml. If your domain is registerd through cloudflare you need to add their
list of IPs
to that list as well.
If you are using a reverse proxy you have to set
Code:
[Select]
force_https: false
and
Code:
[Select]
allow_unencrypted_doh: true
in AdGuardHome.yaml
Edit: Didn't realize this post was a month old. Sorry about the necro bump
«
Last Edit: August 07, 2024, 03:53:22 am by toodementianull
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Documentation and Translation
(Moderator:
fabian
) »
Adguard Home - DNS over HTTPS and DNS over TLS