From ffe3ab15c070aa43102d50b725fc6d5231d5d3c5 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 2 Aug 2021 20:19:55 -0500 Subject: [PATCH] Added a Readme --- Readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8480053 --- /dev/null +++ b/Readme.md @@ -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 +