AdguardTeam / AdguardTeam/AdGuardHome

Customizable bootstrap servers in mobileconfig API

未關閉
#3,607 15 則留言 0 個 reaction 已指派 1 人 已被 @105th 認領 在 GitHub 檢視
enhancement P3: Medium
主要語言
TypeScript
星號
36.9k
分支
2.5k
PR 合併指標
30 天內沒有已合併 PR

描述

Have a question or an idea? Please search it [on our forum](https://github.com/AdguardTeam/AdGuardHome/discussions) to make sure it was not yet asked. If you cannot find what you had in mind, please [submit it here](https://github.com/AdguardTeam/AdGuardHome/discussions/new).

### Prerequisites

Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.**

- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed

### Issue Details

* **Version of AdGuard Home server:**
* v0.107.0-a.166+176a344a
* **How did you install AdGuard Home:**
* Docker
* **How did you setup DNS configuration:**
* Router
* **If it's a router or IoT, please write device model:**
* VPS
* **CPU architecture:**
* AMD64
* **Operating system and version:**
* Ubuntu 20.04.3 LTS

### Expected Behavior

The latest *. mobileconfig is not working on iOS & macOS. After I installed this profile, I cannot reach any website. `ServerAddresses` may not mean as Bootstrap DNS servers. It works on Code A but not works on Code B.
```
# Code A
DNSProtocol
HTTPS
ServerAddresses

8.8.4.4
8.8.8.8

ServerURL
https://dns.google/dns-query
```
```
# Code B
DNSProtocol
HTTPS
ServerAddresses

8.8.4.4
8.8.8.8

ServerURL
https://my.dns.server/dns-query
```
### Actual Behavior

### Screenshots

Screenshot:

### Additional Information

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。