mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
Update ignore instructions
This commit is contained in:
parent
561545cdf1
commit
80e285960d
25
README.md
25
README.md
@ -96,13 +96,7 @@ sudo rm /usr/local/bin/maza && sudo rm -r ~/.config/maza
|
|||||||
|
|
||||||
## 🚫 Not blocking certain domains
|
## 🚫 Not blocking certain domains
|
||||||
|
|
||||||
Create a file named `ignore` inside the Maza configuration folder.
|
Edit `~/.maza/ignore` and add the domains you want to ignore.
|
||||||
|
|
||||||
``` bash
|
|
||||||
touch ~/.maza/ignore
|
|
||||||
```
|
|
||||||
|
|
||||||
Edit the file for all domains that you do not want to ignore with a line break.
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@ -111,6 +105,23 @@ ads-twitter.com
|
|||||||
ads.twitter.com
|
ads.twitter.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
By default, the following domains are ignored to avoid problems with the operating system.
|
||||||
|
|
||||||
|
``` txt
|
||||||
|
localhost
|
||||||
|
localhost.localdomain
|
||||||
|
local
|
||||||
|
broadcasthost
|
||||||
|
ip6-localhost
|
||||||
|
ip6-loopback
|
||||||
|
ip6-localnet
|
||||||
|
ip6-mcastprefix
|
||||||
|
ip6-allnodes
|
||||||
|
ip6-allrouters
|
||||||
|
ip6-allhosts
|
||||||
|
0.0.0.0
|
||||||
|
```
|
||||||
|
|
||||||
Finally update Maza to apply the changes.
|
Finally update Maza to apply the changes.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
Loading…
Reference in New Issue
Block a user