Reroutes DNS requests to block unwanted content
 
 
Go to file
Justin Reichardt b3c3e7a42e Manages multiple listings seperately
The different listings have their own header and end and will be updated
independantly of each other.
2021-08-03 16:30:05 -05:00
src Manages multiple listings seperately 2021-08-03 16:30:05 -05:00
LICENSE Added GPL license 2021-08-02 20:20:39 -05:00
Makefile Link systemd files instead of copying 2021-08-03 14:02:34 -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