AdguardTeam / AdguardTeam/AdGuardHome

Specifies different blocking_mode for different blocklist

Aperta
#6,486 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
feature request
Lingua principale
TypeScript
Stelle
36.9k
Fork
2.5k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

some domain banned in china, i dont want send DNS queries of these domians to the upstream DNS.

### Proposed solution

0. i have a proxy server
1. two filter list `list_ad` `list_banned`
2. respond with `NXDOMAIN` for `list_ad`, respond with `fake ip` (192.0.2.0 or something) for `list_banned`
3. client will not send access request of `list_ad`, but will send access request of `list_banned` with `fake ip` to proxy server
4. proxy server ...

### Alternatives considered and additional information

_No response_

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.