Local ad blocker. Like Pi-hole but local and using your operating system.
Go to file
Andros Fenollosa d27e36c273 Upload media
2020-01-03 18:00:51 +01:00
media Upload media 2020-01-03 18:00:51 +01:00
LICENSE Initial commit 2020-01-03 07:41:49 +01:00
maza Fixbug bak 2020-01-03 17:24:27 +01:00
README.md Update README.md 2020-01-03 17:37:07 +01:00

Maza ad blocking

Simple and efficient local ad blocking throughout the network.

🏃Run

📡 Update database

maza update 

🔨 Start

sudo maza start 

🛠 Stop

sudo maza stop 

⚖️ Status

maza status 

⚙️ Install

👀 Requirements

  • bash 4.0 or higher
  • curl

Then you do this.

curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza
chmod +x maza
sudo mv maza /usr/local/bin

⚠️ CAUTION

  • Only compatible with Linux and OSX operating systems.
  • Remember to make a backup copy of /etc/hosts in case of unforeseen circumstances, neither the project nor its author will be responsible for any possible repercussions derived from not carrying out this action.