mirror of
https://github.com/AdguardTeam/AdguardKnowledgeBase.git
synced 2025-02-20 11:13:10 +08:00
$denyallow modifier in dns syntax
This commit is contained in:
parent
2c56e49862
commit
2d8f2f5633
@ -13,8 +13,9 @@ It doesn't support the complex [syntax](https://kb.adguard.com/general/how-to-cr
|
||||
|
||||
* Basic filtering rules, which is the same as [AdGuard's basic rules](https://kb.adguard.com/general/how-to-create-your-own-ad-filters#basic-rules), but with a limited set of modifiers supported:
|
||||
|
||||
* [`$important`](https://kb.adguard.com/general/how-to-create-your-own-ad-filters#important-modifier)
|
||||
* [`$badfilter`](https://kb.adguard.com/general/how-to-create-your-own-ad-filters#badfilter-modifier)
|
||||
* [`$important`](https://kb.adguard.com/general/how-to-create-your-own-ad-filters#important-modifier) — increases rule's priority
|
||||
* [`$badfilter`](https://kb.adguard.com/general/how-to-create-your-own-ad-filters#badfilter-modifier) — disables other rules it references
|
||||
* [`$denyallow`](https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#denyallow) — excludes certain domains from the rule's application area
|
||||
* Rules with other modifiers will be ignored
|
||||
|
||||
AdGuard Home supports more modifiers, you can find more information about AdGuard Home DNS syntax [here](https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists).
|
||||
|
@ -13,8 +13,9 @@ visible: true
|
||||
|
||||
* Основные правила фильтрации, такие как [Базовые правила](https://kb.adguard.com/ru/general/how-to-create-your-own-ad-filters), но с поддержкой ограниченного набора модификаторов:
|
||||
|
||||
* [`$important`](https://kb.adguard.com/ru/general/how-to-create-your-own-ad-filters#important-modifier)
|
||||
* [`$badfilter`](https://kb.adguard.com/ru/general/how-to-create-your-own-ad-filters#badfilter-modifier)
|
||||
* [`$important`](https://kb.adguard.com/ru/general/how-to-create-your-own-ad-filters#important-modifier) — повышает приоритет правила
|
||||
* [`$badfilter`](https://kb.adguard.com/ru/general/how-to-create-your-own-ad-filters#badfilter-modifier) — отключает правила, на которые ссылается
|
||||
* [`$denyallow`](https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#denyallow) — исключает домены из области действия правила
|
||||
* Правила с другими модификаторами будут проигнорированы
|
||||
|
||||
AdGuard Home поддерживает больше модификаторов, вы можете найти подробную информацию о DNS-синтаксисе AdGuard Home DNS [здесь](https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists).
|
||||
|
Loading…
x
Reference in New Issue
Block a user