AdguardTeam / AdguardTeam/AdGuardHome

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

オープン
#6,068 コメント 0 件 リアクション 6 件 担当者 0 名 GitHub で見る
feature request
主要言語
TypeScript
スター
36.9k
フォーク
2.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。