What does HackerNews think of hosts-blocklists?

Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage

Unfortunate that the map is on your simpleanalytics.com site. NextDNS tells me it is blocked by the notracking list: https://github.com/notracking/hosts-blocklists

It's also bizarre that some pretty major countries haven't been researched that are probably significant contributors to legitimate Internet traffic (UK, AUS, India etc.)

https://github.com/notracking/hosts-blocklists

Use this for network wide blocking of all sorts of virtual garbage. Not only for safari, but all your locally connected devices.

You can get even better coverage with the NoTracking lists (dnsmasq/unbound or dnscrypt-proxy) https://github.com/notracking/hosts-blocklists

They focus not only on tracking but also malware prevention, where possible via dns filtering.

Pi-Hole still does not properly support wildcard filtering, only via regex but that is not really efficient (requires tons of resources).

You might want to consider checking for hosts listed in https://github.com/notracking/hosts-blocklists

This is an excellent merged blocklist, with public whitelist (oisd is fully closed, no insight in what is whitelisted and why, also causing more false positives..)

This[1], but it's being run through `sed` to filter some things out of the filter, since their idea of "virtual garbage" can be a little broad.

But at least I'm ultimately in control of what gets blocked, unlike when Apple decides what's best for you.

[1]https://github.com/notracking/hosts-blocklists

I wanted to do that, but I had a look at Pi Hole and ran away screaming. Instead of proper packaging, they have a 3000 line install script they want you to pipe into Bash.

I went a saner route, and used dnsmasq and a blocklist[1] updated nightly via cron. Dnsmasq in turn queries Stubby that talks to uncensoreddns.org via DNS-over-TLS. Boom, DoT on my entire LAN.

[1]https://github.com/notracking/hosts-blocklists

You can use a tracker blocklist, so you don't have to disable javascript: https://github.com/notracking/hosts-blocklists
Also a ref to: https://github.com/notracking/hosts-blocklists

They have a public whitelist and updates are pushed on a daily basis.

try hosting your own dnscrypt-proxy in combination with https://github.com/notracking/hosts-blocklists. That will turn off most trackers on your entire network.