AdguardTeam / AdguardTeam/AdGuardHome
Setup Guide should honor allow_unencrypted_doh (reverse proxy TLS termination)
- Ngôn ngữ chính
- TypeScript
- Star
- 36.9k
- Fork
- 2.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Prerequisites
- [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [x] I have searched other issues and found no duplicates
- [x] I want to request a feature or enhancement and not ask a question
### The problem
The DNS Privacy setup guide disables the iOS/macOS profile download unless built-in TLS is enabled. In reverse-proxy setups where TLS is
terminated externally and `allow_unencrypted_doh` is enabled, `/apple/doh.mobileconfig` works but the UI blocks the download. This is a UX
mismatch: the endpoint is functional, yet the guide prevents users from accessing it.
### Proposed solution
Expose a boolean in /control/status that indicates whether DNS privacy is available (e.g., DoH available when TLS is enabled or
allow_unencrypted_doh is true, and DoT/DoQ available when TLS is enabled and the respective port is set). Use this flag in the Setup Guide to
decide whether to show the DNS Privacy content and profile download, instead of relying solely on the generated https/tls addresses.
### Alternatives considered and additional information
_No response_
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.