From 257b3db4b7786d34d8c73efa472f17096498a720 Mon Sep 17 00:00:00 2001 From: Daniel Terhorst-North Date: Sat, 9 Mar 2024 12:02:09 +0000 Subject: [PATCH 1/3] Add Snitcher as an interesting application [Snitcher](https://snitcher.dannorth.net) makes the lists available as Little Snitch rule groups. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index b3dabf151e0..e3e8d9ee2ff 100644 --- a/readme.md +++ b/readme.md @@ -671,6 +671,10 @@ devices under a variety of operating systems. offers a public anycast network hosted mirror of the Unified (Adware + Malware) blocklist: - Legacy DNS: `76.76.2.35`, `76.76.10.35`, `2606:1a40::35`, `2606:1a40:1::35` - DNS-over-HTTPS/TLS/DOQ: `https://freedns.controld.com/x-stevenblack`, `x-stevenblack.freedns.controld.com` +- [Snitcher](https://snitcher.dannorth.net) + Make the blocklists available as [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) rule groups. + - Lists are split in two because Little Snitch has a limit of 200k entries per rule group, and some of the lists are larger than this. + - Rule groups are updated weekly, and subscribed Little Snitch instances will auto-update. ## Contribute From 00515e83dbb39eaab584add216eeacae9e428588 Mon Sep 17 00:00:00 2001 From: Daniel Terhorst-North Date: Sat, 9 Mar 2024 12:32:36 +0000 Subject: [PATCH 2/3] fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e3e8d9ee2ff..21ef3160753 100644 --- a/readme.md +++ b/readme.md @@ -672,7 +672,7 @@ devices under a variety of operating systems. - Legacy DNS: `76.76.2.35`, `76.76.10.35`, `2606:1a40::35`, `2606:1a40:1::35` - DNS-over-HTTPS/TLS/DOQ: `https://freedns.controld.com/x-stevenblack`, `x-stevenblack.freedns.controld.com` - [Snitcher](https://snitcher.dannorth.net) - Make the blocklists available as [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) rule groups. + makes the blocklists available as [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) rule groups. - Lists are split in two because Little Snitch has a limit of 200k entries per rule group, and some of the lists are larger than this. - Rule groups are updated weekly, and subscribed Little Snitch instances will auto-update. From aa2c9187531130a9527efadfe8a6f6593df68fd0 Mon Sep 17 00:00:00 2001 From: Daniel Terhorst-North Date: Sun, 17 Mar 2024 14:59:56 +0000 Subject: [PATCH 3/3] move update to `readme_template.md` so it can generate All The Things --- readme.md | 4 ---- readme_template.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 21ef3160753..b3dabf151e0 100644 --- a/readme.md +++ b/readme.md @@ -671,10 +671,6 @@ devices under a variety of operating systems. offers a public anycast network hosted mirror of the Unified (Adware + Malware) blocklist: - Legacy DNS: `76.76.2.35`, `76.76.10.35`, `2606:1a40::35`, `2606:1a40:1::35` - DNS-over-HTTPS/TLS/DOQ: `https://freedns.controld.com/x-stevenblack`, `x-stevenblack.freedns.controld.com` -- [Snitcher](https://snitcher.dannorth.net) - makes the blocklists available as [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) rule groups. - - Lists are split in two because Little Snitch has a limit of 200k entries per rule group, and some of the lists are larger than this. - - Rule groups are updated weekly, and subscribed Little Snitch instances will auto-update. ## Contribute diff --git a/readme_template.md b/readme_template.md index 678b0036328..79e8a295d48 100644 --- a/readme_template.md +++ b/readme_template.md @@ -622,6 +622,10 @@ devices under a variety of operating systems. offers a public anycast network hosted mirror of the Unified (Adware + Malware) blocklist: - Legacy DNS: `76.76.2.35`, `76.76.10.35`, `2606:1a40::35`, `2606:1a40:1::35` - DNS-over-HTTPS/TLS/DOQ: `https://freedns.controld.com/x-stevenblack`, `x-stevenblack.freedns.controld.com` +- [Snitcher](https://snitcher.dannorth.net) + makes the blocklists available as [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) rule groups. + - Lists are split in two because Little Snitch has a limit of 200k entries per rule group, and some of the lists are larger than this. + - Rule groups are updated weekly, and subscribed Little Snitch instances will auto-update. ## Contribute