AdguardTeam / AdguardTeam/AdGuardHome

To specify upstream DNS servers for a file containing a set of domain

Abierto
#6,800 1 comentario 3 reacciones 0 asignados Ver en GitHub
feature request
Lenguaje dominante
TypeScript
Estrellas
36.9k
Forks
2.5k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### 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

Make it more flexible to specify the configuration of upstream DNS servers from files

### Proposed solution

I know that there is already a feature "Loading upstreams from file", but I want to use it more conveniently, rather than configuring upstream DNS servers from a single file through a configuration file. Suppose I have two files, microsoft and sony, which contain the domain sets of Microsoft and Sony.
I hope that the configuration of upstream DNS servers on the web page can be set like this
[file:microsoft]1.1.1.1
[file:sony]8.8.8.8

Of course, if you can support the domain set of the project https://github.com/v2fly/domain-list-community, that would be great. It is implemented by using the dlc.dat file
[file:dlc.dat:filename]upstream
For example
[file:dlc.dat:microsoft]1.1.1.1
[file:dlc.dat:sony]8.8.8.8

### Alternatives considered and additional information

_No response_

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.