Added a Readme

stable
Justin Reichardt 2021-08-02 20:19:55 -05:00
parent 8ce64c68ef
commit ffe3ab15c0
1 changed files with 20 additions and 0 deletions

20
Readme.md Normal file
View File

@ -0,0 +1,20 @@
# 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