Add index

This commit is contained in:
Andros Fenollosa 2023-08-21 18:40:45 +02:00
parent 3e63b3b62b
commit b23fcf88ec

View File

@ -22,6 +22,18 @@ Simple, native and efficient **local ad blocker**. Bash script compatible with *
<img alt="demo" src="media/demov2.jpg"> <img alt="demo" src="media/demov2.jpg">
## Index
- [Commands](#-commands)
- [Install or update](#-auto-update-of-domains-to-be-blocked)
- [Auto update of domains to be blocked](#-auto-update-of-domains-to-be-blocked)
- [Uninstall](#-uninstall)
- [Not blocking certain domains](#-not-blocking-certain-domains)
- [Add custom domains to block](#-add-custom-domains-to-block)
- [Alternative DNS list](#-alternative-dns-list)
- [DNSMASQ (or support sub-domains: wildcards)](#dnsmasq)
- [Create your own Pi-Hole](#-create-your-own-pi-hole-server-with-maza)
## Help me continue to improve ## Help me continue to improve
<p align="center"> <p align="center">
@ -128,6 +140,24 @@ Finally update Maza to apply the changes.
maza update maza update
``` ```
## 🎯 Add custom domains to block
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`).
For example:
``` txt
beauty-tea.com
www.expaqua.cloud
ad.about.com
```
Then update the database to regenerate the list to include your domains.
```
maza update
```
## 🔒 Alternative DNS list ## 🔒 Alternative DNS list
By default the Yoyo DNS list (Peter Lowe) is used. If you want to use another list, like Steven Black's for example, you must modify the variable in line 7. By default the Yoyo DNS list (Peter Lowe) is used. If you want to use another list, like Steven Black's for example, you must modify the variable in line 7.