AdguardTeam / AdguardTeam/AdGuardHome

Customizable bootstrap servers in mobileconfig API

Abierto
#3,607 15 comentarios 0 reacciones 1 asignado Reclamado por @105th Ver en GitHub
enhancement P3: Medium
Lenguaje dominante
TypeScript
Estrellas
36.9k
Forks
2.5k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.