From 3353696b39939682a27c89f6f4e6b71ccbc06ae8 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 19 Oct 2021 13:28:21 +0300 Subject: [PATCH] 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 Date: Tue Oct 19 13:26:49 2021 +0300 Hosts-Blocklists: imp docs commit 430eaad2e96b07e270d9a6bc90ed4c37623aa057 Author: Eugene Burkov Date: Tue Oct 19 12:09:58 2021 +0300 Hosts-Blocklists: fix typo --- Hosts-Blocklists.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Hosts-Blocklists.md b/Hosts-Blocklists.md index a38e3b1..78bfd76 100644 --- a/Hosts-Blocklists.md +++ b/Hosts-Blocklists.md @@ -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