TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Blocklist Tools – Search popular host or domain formatted block lists

1 pointsby lightswitch05over 4 years ago

1 comment

lightswitch05over 4 years ago
I been maintaining a little hosts project for blocking ads and trackers [0]. I&#x27;ve casually noticed over the years that a lot of the lists out there combine other people&#x27;s lists - some are more upfront about it then others. That got me thinking, who was the first list to block domain X? That is where this website comes in.<p>A lot of popular block lists are hosted on GitHub, so that made it really easy to clone the repo and do a full history import of the project. I made a little script that could walk the git history and generate a JSON file containing all the unique versions to import [1]. The oldest lists from Steven Black&#x27;s popular hosts project: April 2012 [2]. Other lists are harder to find history on, so they just go back as far as this project does.<p>As a test to watch domains from one list get consumed by other lists, I added a fake domain to my list &#x27;developer-dan-list.clksite.com&#x27;. This root domain is particularly useful since it is a wildcard and will have a valid DNS response to any subdomain. As expected, I saw it get added to multiple lists in the following days.<p>[0] <a href="https:&#x2F;&#x2F;www.github.developerdan.com&#x2F;hosts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.github.developerdan.com&#x2F;hosts&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;blocklist-tools&#x2F;github-history-generator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;blocklist-tools&#x2F;github-history-generator</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;StevenBlack&#x2F;hosts" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;StevenBlack&#x2F;hosts</a>