Pull request: 3747 rm extra quote
Merge in DNS/adguard-home-wiki from 3747-quote-typo to master Squashed commit of the following: commit 4195d8d27ff7f52512879b1fa5d446d230107fec Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Oct 19 13:26:49 2021 +0300 Hosts-Blocklists: imp docs commit 430eaad2e96b07e270d9a6bc90ed4c37623aa057 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Oct 19 12:09:58 2021 +0300 Hosts-Blocklists: fix typo
parent
82962ccd37
commit
3353696b39
|
@ -182,10 +182,10 @@ commas.
|
|||
```
|
||||
|
||||
`||example.org^` is the matching pattern. `$` is the delimiter, which
|
||||
signals that the rest of the rule are modifiers. `client=127.0.0.1`
|
||||
is the [`client`](#client) modifier with its value, `127.0.0.1. `,` is the
|
||||
delimiter. And finally, `dnstype=A` is the [`dnstype`](#dnstype) modifier
|
||||
with its value, `A`.
|
||||
signals that the rest of the rule are modifiers. `client=127.0.0.1` is the
|
||||
[`client`](#client) modifier with its value, `127.0.0.1`, is the delimiter.
|
||||
And finally, `dnstype=A` is the [`dnstype`](#dnstype) modifier with its
|
||||
value, `A`.
|
||||
|
||||
**NOTE:** If a rule contains a modifier not listed in this document, the whole
|
||||
rule **must be ignored**. This way we avoid false-positives when people are
|
||||
|
|
Loading…
Reference in New Issue