mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
AdGuard Home DNS over HTTPS and TLS #2162
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#2162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Nov 17, 2020).
Not sure if I made some mistake or something just don't working.
I have a domain (example1.com) which I'm using as a blog (port 80 and 443 are used)
I've created _acme-challenge (TXT) on my domain and now DNS server admin panel is served via https.
I want to use DNS over TLS since 443 port for DoH is used by the blog.
When I try to use tls://example1.com as a DoT it's not working,
DNS server itself works.
Did I miss or doing something wrong?
Expected Behavior
Able to use tls://example1.com
Actual Behavior
DNS apps on android say that it's invalid address
Additional Information
I want to use my blogging domain:853 as a DoT
@ameshkov commented on GitHub (Nov 18, 2020):
You know, in your case I'd suggest using nginx as a reverse proxy that serves both AdGuard Home and your blog.
For instance, you could serve AdGuard Home from a location (
example1.org/adguardor smth like that):https://github.com/AdguardTeam/AdGuardHome/wiki/FAQ#reverseproxy
Regarding the original question - use telnet to check if port 853 is open.