Reroutes DNS requests to block unwanted content
 
 
Go to file
Justin Reichardt 668732be30 Heads and tags each curl entry / added comments
Each entry has a header line and an end line to easily extract it using
sed
2021-08-03 15:16:15 -05:00
src Heads and tags each curl entry / added comments 2021-08-03 15:16:15 -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