Update uninstall

This commit is contained in:
Andros Fenollosa 2020-03-21 20:29:29 +01:00
parent 30c7cedd29
commit c4e56c75bd

View File

@ -41,6 +41,7 @@ maza status
- bash 4.0 or higher
- curl
- gsed (Only OSX users: `brew install gsed`)
Then you do this.
@ -48,6 +49,12 @@ 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
```
## Uninstall
``` bash
sudo rm /usr/local/bin/maza && sudo rm ~/.maza/
```
## DNSMASQ
Unfortunately the hosts file does not support sub-domains (wildcards), which is necessary to correctly filter all DNS. You will need to install locally a server for that purpose, Maza supports the Dnsmasq format. Here's an example for OSX.