From 5235695bfe5da4f29eab4cd872491b3e65f18cce Mon Sep 17 00:00:00 2001 From: Yegor S Date: Mon, 5 Sep 2022 15:44:44 -0400 Subject: [PATCH 1/3] Adding Control D mirror of the Unified blocklist Steven, thanks for entertaining the PR. --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index ea49c5ae6..8b1ee308a 100644 --- a/readme.md +++ b/readme.md @@ -581,6 +581,15 @@ devices under a variety of operating systems. most welcome. - [ViHoMa](https://github.com/cmabad/ViHoMa) is a Visual Hosts file Manager, written in Java, by Christian Martínez. Check it out! + +## Anycast Mirrors +- [Control D](https://controld.com/free-dns) + offers a public anycast network hosted mirror of the Unified (Adware + Malware) blocklist using the following endpoints: + - IPv4: `76.76.2.35` and `76.76.10.35` + - IPv6: `2606:1a40::35` and `2606:1a40:1::35` + - DNS-over-HTTPS: `https://freedns.controld.com/x-stevenblack` + - DNS-over-TLS: `x-stevenblack.freedns.controld.com` + - [Source](https://kb.controld.com/en/3rd-party-filters) ## Interesting Applications From 1c183a43046194face6efa0f005e16378680ca97 Mon Sep 17 00:00:00 2001 From: Yegor S Date: Tue, 6 Sep 2022 13:15:36 -0400 Subject: [PATCH 2/3] Update readme.md --- readme.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/readme.md b/readme.md index 8b1ee308a..ea49c5ae6 100644 --- a/readme.md +++ b/readme.md @@ -581,15 +581,6 @@ devices under a variety of operating systems. most welcome. - [ViHoMa](https://github.com/cmabad/ViHoMa) is a Visual Hosts file Manager, written in Java, by Christian Martínez. Check it out! - -## Anycast Mirrors -- [Control D](https://controld.com/free-dns) - offers a public anycast network hosted mirror of the Unified (Adware + Malware) blocklist using the following endpoints: - - IPv4: `76.76.2.35` and `76.76.10.35` - - IPv6: `2606:1a40::35` and `2606:1a40:1::35` - - DNS-over-HTTPS: `https://freedns.controld.com/x-stevenblack` - - DNS-over-TLS: `x-stevenblack.freedns.controld.com` - - [Source](https://kb.controld.com/en/3rd-party-filters) ## Interesting Applications From ef44bd722ebfb91c48360949c30799de5d0720d4 Mon Sep 17 00:00:00 2001 From: Yegor S Date: Tue, 6 Sep 2022 13:20:46 -0400 Subject: [PATCH 3/3] Adding Control D to template As requested in the comment https://github.com/StevenBlack/hosts/pull/2075#issuecomment-1237549759 --- readme_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme_template.md b/readme_template.md index 741afedaa..1c9ce7ce7 100644 --- a/readme_template.md +++ b/readme_template.md @@ -606,6 +606,10 @@ devices under a variety of operating systems. - [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Combining-Blocklists) provides a tool to build block lists from local and remote lists in common formats. +- [Control D](https://controld.com/free-dns) + 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` ## Contribute