Update ignore instructions

This commit is contained in:
Andros Fenollosa 2023-08-21 10:56:59 +02:00
parent 561545cdf1
commit 80e285960d

View File

@ -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