AdguardTeam / AdguardTeam/AdGuardHome

Customizable bootstrap servers in mobileconfig API

Ouverte
#3,607 15 commentaires 0 réactions 1 personne assignée Réclamée par @105th Voir sur GitHub
enhancement P3: Medium
Langage dominant
TypeScript
Étoiles
36.9k
Forks
2.5k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.