mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
Update README.md
This commit is contained in:
parent
7efb2b18df
commit
b8b75ce46a
10
README.md
10
README.md
@ -91,7 +91,7 @@ Add the following line at the end.
|
|||||||
## 🔪 Uninstall
|
## 🔪 Uninstall
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo rm /usr/local/bin/maza && sudo rm -r ~/.maza
|
sudo rm /usr/local/bin/maza && sudo rm -r ~/.config/maza
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🚫 Not blocking certain domains
|
## 🚫 Not blocking certain domains
|
||||||
@ -168,13 +168,13 @@ Edit the file.
|
|||||||
Add the following line at the end.
|
Add the following line at the end.
|
||||||
|
|
||||||
```
|
```
|
||||||
conf-file=(your user path)/.maza/dnsmasq.conf
|
conf-file=(your user path)/.config/maza/dnsmasq.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
```
|
```
|
||||||
conf-file=/Users/myuser/.maza/dnsmasq.conf
|
conf-file=/Users/myuser/.config/maza/dnsmasq.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Start DNSMASQ.
|
Start DNSMASQ.
|
||||||
@ -235,13 +235,13 @@ Edit file in path.
|
|||||||
Add the following line at the end.
|
Add the following line at the end.
|
||||||
|
|
||||||
```
|
```
|
||||||
conf-file=(your user path)/.maza/dnsmasq.conf
|
conf-file=(your user path)/.config/maza/dnsmasq.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
```
|
```
|
||||||
conf-file=/home/myuser/.maza/dnsmasq.conf
|
conf-file=/home/myuser/.config/maza/dnsmasq.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Start DNSMASQ.
|
Start DNSMASQ.
|
||||||
|
Loading…
Reference in New Issue
Block a user