Reroutes DNS requests to block unwanted content
 
 
Go to file
Justin Reichardt ee227d0f15 Fixed initial cfgs
It still had ads.txt and not adlist.txt or adlistings.txt, corrected
this
2021-08-03 13:52:35 -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 Fixed initial cfgs 2021-08-03 13:52:35 -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