maza-ad-blocking/README.md

50 lines
806 B
Markdown
Raw Normal View History

2020-01-03 17:35:23 +01:00
# Maza ad blocking
2020-01-03 17:21:55 +01:00
Simple and efficient local ad blocking throughout the network.
2020-01-03 17:35:23 +01:00
# 🏃‍ Run
2020-01-03 17:29:15 +01:00
2020-01-03 17:35:23 +01:00
## 📡 Update database
2020-01-03 17:29:15 +01:00
``` bash
maza update
```
2020-01-03 17:35:23 +01:00
## 🔨 Start
2020-01-03 17:29:15 +01:00
``` bash
sudo maza start
```
2020-01-03 17:35:23 +01:00
## 🛠 Stop
2020-01-03 17:29:15 +01:00
``` bash
sudo maza stop
```
2020-01-03 17:35:23 +01:00
## ⚖️ Status
2020-01-03 17:29:15 +01:00
``` bash
maza status
```
2020-01-03 17:35:23 +01:00
# ⚙️ Install
2020-01-03 17:29:15 +01:00
2020-01-03 17:35:23 +01:00
## 👀 Requirements
2020-01-03 17:29:15 +01:00
- bash 4.0 or higher
- curl
Then you do this.
``` bash
curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza
chmod +x maza
sudo mv maza /usr/local/bin
```
2020-01-03 17:35:23 +01:00
# ⚠️ CAUTION
2020-01-03 17:21:55 +01:00
- 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.