Reroutes DNS requests to block unwanted content
 
 
Go to file
Justin Reichardt 694ca35d27 Added systemd.path to update when a cfg is edited 2021-08-03 13:51:07 -05:00
src Added systemd.path to update when a cfg is edited 2021-08-03 13:51:07 -05:00
LICENSE Added GPL license 2021-08-02 20:20:39 -05:00
Makefile Added systemd.path to update when a cfg is edited 2021-08-03 13:51:07 -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