diff --git a/docs/general/dns-filtering-syntax.md b/docs/general/dns-filtering-syntax.md index 4c2cf8b5c..19d89705d 100644 --- a/docs/general/dns-filtering-syntax.md +++ b/docs/general/dns-filtering-syntax.md @@ -202,7 +202,7 @@ The problem with this approach is that this way you will also unblock tracking d - `@@*$denyallow=com|net`: unblock everything except for `*.com` and `*.net`. -- `||example.org^$denyallow=sub.example.org`. block `example.org` and `*.example.org` but don't block `sub.example.org`. +- `||example.org^$denyallow=sub.example.org`: block `example.org` and `*.example.org`, but not `sub.example.org`. #### `dnstype` {#dnstype-modifier}