From 80e285960d88f1df0772d98efabdf07ca9bc1864 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 21 Aug 2023 10:56:59 +0200 Subject: [PATCH] Update ignore instructions --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0caefad..fc8fac0 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,7 @@ sudo rm /usr/local/bin/maza && sudo rm -r ~/.config/maza ## 🚫 Not blocking certain domains -Create a file named `ignore` inside the Maza configuration folder. - -``` bash -touch ~/.maza/ignore -``` - -Edit the file for all domains that you do not want to ignore with a line break. +Edit `~/.maza/ignore` and add the domains you want to ignore. Example: @@ -111,6 +105,23 @@ 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. ``` bash