Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/general/dns-filtering-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 doesn't block `sub.example.org`.

#### `dnstype` {#dnstype-modifier}

Expand Down