Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

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