AdguardTeam / AdguardTeam/AdGuardHome
Customizable bootstrap servers in mobileconfig API
- Vorherrschende Sprache
- TypeScript
- Sterne
- 36.9k
- Forks
- 2.5k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.