mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-22 07:05:41 +01:00
Update uninstall
This commit is contained in:
parent
30c7cedd29
commit
c4e56c75bd
@ -41,6 +41,7 @@ maza status
|
|||||||
|
|
||||||
- bash 4.0 or higher
|
- bash 4.0 or higher
|
||||||
- curl
|
- curl
|
||||||
|
- gsed (Only OSX users: `brew install gsed`)
|
||||||
|
|
||||||
Then you do this.
|
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
|
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
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user