mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Allow DoH without exposing Web GUI over https #4549
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#4549
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 @pwsnla on GitHub (Jun 28, 2023).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
I would like to allow AGH to accept DoH request on all interfaces but bind console/dashboard UI to internal network only. This does not seem possible right now since they both use the same https port. I know that I can do this by deploying a reverse proxy but I would prefer to avoid the complexity of doing this.
Proposed solution
Allow to designate https port for DoH only.
Alternatives considered and additional information
Setup NGINX as reverse proxy and handle the logic of allowing access to /dns-query location only within NGINX. I would like to avoid additional complexity of configuring reverse proxy.
@ainar-g commented on GitHub (Jun 28, 2023):
Duplicate of #741