Shared lists of problem domains people may want to block with hosts files
Go to file
Gavin Rehkemper 2af554f8d8
add hosts file locations to README (#81)
this is helpful info, contained in 12d6ecfece/corporations/facebook/main (L1) but would be nice to have it on the README for easier access.
2021-02-18 08:31:01 -07:00
ad_servers spelling 2016-05-28 23:32:07 -07:00
corporations add licdn.com to linkedin easylist 2020-06-24 19:04:29 +03:00
LICENSE Initial commit 2016-05-27 17:31:23 +02:00
README.md add hosts file locations to README (#81) 2021-02-18 08:31:01 -07:00
generate-easylists.js Added EasyList lists (#47) 2019-09-24 11:20:39 +02:00
generate-easylists.sh script to generate ipv6 lists 2020-02-06 23:06:11 -08:00
generate-ipv6.sh verify scripts 2020-02-06 23:14:34 -08:00

README.md

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 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 and projects like these: 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