From d5ce17173db0c81d9e047ca2f8782c01b33f7c0f Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 11 Aug 2022 03:06:44 +0000 Subject: [PATCH] post(malware-blocking-benchmark): fix table syntax --- source/_posts/dns-filtering.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_posts/dns-filtering.md b/source/_posts/dns-filtering.md index b197f55..9510d80 100644 --- a/source/_posts/dns-filtering.md +++ b/source/_posts/dns-filtering.md @@ -36,7 +36,7 @@ I use Google DNS (8.8.8.8) to determine _liveness_ of domains, domains that did ## Malware-blocking test result DNS Provider | Canadian Shield
149.112.121.20 | Cloudflare
1.1.1.2 | DNSFilter
103.247.36.36 | NextDNS
45.90.28.38 | OpenDNS
208.67.222.222 | Quad9
9.9.9.9 ---- | --- | --- | --- | --- | --- +--- | --- | --- | --- | --- | --- | --- % blocked
10 July 2020 | 84.04% | 49.11% | 15.43% | 89.54% | 17.73% | 81.03% % blocked
13 July 2020 | 83.30% | 49.19% | 15.26% | 86.89% | 16.52% | 78.46% @@ -50,7 +50,7 @@ DNS Provider | Canadian Shield
149.112.121.20 | Cloudflare
1.1.1.2 | DNSFi ## Phishing-blocking test result DNS Provider | Canadian Shield
149.112.121.20 | Cloudflare
1.1.1.2 | DNSFilter
103.247.36.36 | NextDNS
45.90.28.38 | OpenDNS
208.67.222.222 | Quad9
9.9.9.9 ---- | --- | --- | --- | --- | --- +--- | --- | --- | --- | --- | --- | --- % blocked
10 July 2020 | 72.01% | 36.98% | 73.36% | 89.10% | 50.19% | 49.26% % blocked
13 July 2020 | 71.53% | 37.38% | 73.71% | 84.40% | 47.33% | 47.00% @@ -126,4 +126,4 @@ const fn = async () => { } fn() -``` \ No newline at end of file +```