You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit `~/.config/maza/ignore` and add the domains you want to ignore.
114
+
Edit `/root/.config/maza/ignore` and add the domains you want to ignore.
115
115
116
116
Example:
117
117
@@ -140,12 +140,12 @@ ip6-allhosts
140
140
Finally update Maza to apply the changes.
141
141
142
142
```bash
143
-
maza update
143
+
sudo maza update
144
144
```
145
145
146
146
## 🎯 Add custom domains to block
147
147
148
-
If you want to include your own domains to be blocked, you can add them to `~/.config/maza/custom-domains`. They must each be on one line, ignoring end slash or protocol (`http` or `https`).
148
+
If you want to include your own domains to be blocked, you can add them to `/root/.config/maza/custom-domains`. They must each be on one line, ignoring end slash or protocol (`http` or `https`).
149
149
150
150
For example:
151
151
@@ -158,7 +158,7 @@ ad.about.com
158
158
Then update the database to regenerate the list to include your domains.
159
159
160
160
```
161
-
maza update
161
+
sudo maza update
162
162
```
163
163
164
164
## 🔒 Alternative DNS list
@@ -182,7 +182,7 @@ Unfortunately the hosts file does **not support sub-domains (wildcards)**, which
0 commit comments