Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmdugan/blocklists
Shared lists of problem domains people may want to block with hosts files
https://github.com/jmdugan/blocklists
Last synced: 17 days ago
JSON representation
Shared lists of problem domains people may want to block with hosts files
- Host: GitHub
- URL: https://github.com/jmdugan/blocklists
- Owner: jmdugan
- License: cc0-1.0
- Created: 2016-05-27T15:31:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T21:25:20.000Z (8 months ago)
- Last Synced: 2024-07-31T18:20:37.560Z (3 months ago)
- Language: DIGITAL Command Language
- Size: 368 KB
- Stars: 4,536
- Watchers: 149
- Forks: 343
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blocking - blocklists
README
Group project to catalog and list domain names that people may want to block.
Current focus on corporations, for which there are no other maintained lists.
Files in this project list the domain names of servers, one per line that can be added to your local hosts file to tell your computer to never talk to servers on that domain name or added to your [pi-hole](https://github.com/pi-hole/pi-hole) blocklists for network wide blocking.
## FAQ
* "This would be so much cleaner if one were writing this as a dnsmasq config"
Yes. If you want that solution, see [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)
and projects like these: [FreeContributor](https://github.com/evilneuro/FreeContributor).These options require slightly more technical skill than adding entries to your hosts file,
and can work better in some ways.* Your hosts file Location:
* Linux, Unix and Mac OS X -> `/etc/hosts`
* Windows XP, Vista and Windows 7 -> `C:\WINDOWS\system32\drivers\etc\hosts`
* Windows 2000 -> `C:\WINNT\system32\drivers\etc\hosts`
* Windows 98/ME -> `C:\WINDOWS\hosts`