From 1b0fcb17c2a0551ede4d51265e729bbf7b1f1b0d Mon Sep 17 00:00:00 2001 From: Bunny Pranav <69894187+bunnypranav@users.noreply.github.com> Date: Sat, 28 Jun 2025 21:05:45 +0530 Subject: [PATCH 1/3] Fix grammer in dns-filtering-syntax.md --- docs/general/dns-filtering-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/dns-filtering-syntax.md b/docs/general/dns-filtering-syntax.md index 4c2cf8b5c..a05a08251 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 doesn't block `sub.example.org`. #### `dnstype` {#dnstype-modifier} From 37017a396ca53abd0980127ab102dd11665fda88 Mon Sep 17 00:00:00 2001 From: Bunny Pranav <69894187+bunnypranav@users.noreply.github.com> Date: Sun, 3 Aug 2025 18:44:27 +0530 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/general/dns-filtering-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/dns-filtering-syntax.md b/docs/general/dns-filtering-syntax.md index a05a08251..d27bd990a 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 doesn'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} From 69e9cc3f3b322f097d78ece74517a394a30acb44 Mon Sep 17 00:00:00 2001 From: Bunny Pranav <69894187+bunnypranav@users.noreply.github.com> Date: Sun, 3 Aug 2025 18:45:12 +0530 Subject: [PATCH 3/3] Update dns-filtering-syntax.md Fix mistake in suggestion --- docs/general/dns-filtering-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/dns-filtering-syntax.md b/docs/general/dns-filtering-syntax.md index d27bd990a..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 not `sub.example.org`. +- `||example.org^$denyallow=sub.example.org`: block `example.org` and `*.example.org`, but not `sub.example.org`. #### `dnstype` {#dnstype-modifier}