Reroutes DNS requests to block unwanted content
 
 
Go to file
Justin Reichardt f9d7cd6388 Added GPL license 2021-08-02 20:20:39 -05:00
src Added a comment to identify custom blocks 2021-08-02 16:55:48 -05:00
LICENSE Added GPL license 2021-08-02 20:20:39 -05:00
Makefile Sanity check creating dirs in Makefile 2021-08-02 17:00:54 -05:00
Readme.md Added a Readme 2021-08-02 20:19:55 -05:00

Readme.md

Removeadhosts

This reroutes sites to 0.0.0.0 in order to block them from being reached by adding them automatically to the hosts file. This was designed off of how Pihole works to block ads but this functions at a local level instead of the entire network.

Requirements

  • make

  • Most linux distros

  • curl

Install

    sudo make install

Update

    sudo make reinstall