AdguardTeam / AdguardTeam/AdGuardHome

Add option to bypass blocklists but retain global filters in Client settings

Aperta
#6,068 0 commenti 6 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

The use case for this:
I have some workstations with adblocking browsers and extensions where it's necessary to toggle the blocking features off to access some websites. This makes the blocklists in AdGuard Home redundant and it's an additional step to whitelist the domains there. Rather, for these workstations/clients, I have disabled "Block domains using filters and hosts files". The problem with this, however, is the DNS rewrites I have configured for local hostnames or domains do not get applied while this is disabled.

### Proposed solution

I suggest having separate options in Client settings to enable/disable blocklists configured in AdGuardHome and to enable/disable the global filters.

### Alternatives considered and additional information

As a workaround, I have found that keeping the blocking filters enabled in Client settings and adding the following entry in Custom filtering rules for these client IPs achieves the desired behavior:
```
# Bypass blocklists for client
@@$client=192.168.X.X
```

At the end of the day, I would rather maintain these entries in Client settings instead of creating a custom rule for each one.

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.