Compare commits

...

7 Commits

Author SHA1 Message Date
32747144b7 Update README.md 2024-12-23 14:00:22 +01:00
9c3d08e8ee Update README.md 2024-12-23 13:59:07 +01:00
8405aa6edc Update README.md 2024-12-23 13:57:51 +01:00
61568c57ec Update README.md 2024-12-13 10:53:32 +01:00
e32584b978 Update README.md 2024-11-28 11:29:10 +01:00
b2a4d7217b Update index 2024-11-13 09:18:58 +01:00
3bbb0fe23a Add test 2024-11-13 09:18:18 +01:00

View File

@ -28,6 +28,7 @@ Simple, native and efficient **local ad blocker**. Bash script compatible with *
- [Commands](#-commands)
- [Install or update](#%EF%B8%8F-install-or-update)
- [Check if you block ads](#-check-if-you-block-ads)
- [Auto update of domains to be blocked](#-auto-update-of-domains-to-be-blocked)
- [Uninstall](#-uninstall)
- [Not blocking certain domains](#-not-blocking-certain-domains)
@ -35,6 +36,9 @@ Simple, native and efficient **local ad blocker**. Bash script compatible with *
- [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)
- [Projects inspired by Maza](#user-content--projects-inspired-by-maza)
- [Donations](#-buy-me-a-coffee)
- [Community or questions](#-get-help-or-talk-with-the-community)
## 📟 Commands
@ -82,6 +86,25 @@ Optional but recommended, make a backup of your hosts file.
sudo cp /etc/hosts /etc/hosts.backup
```
## 🧪 Check if you block ads
You can run a test to see if the domains are blocked.
For example, you can run the following command.
``` bash
curl googleadservices.com
```
If you get an error like this, it means that the domain is blocked.
``` shell
curl: (7) Failed to connect to googleadservices.com port 80 after 2 ms: Could not connect to server
```
But if you get a response with HTML, it means that the domain is not blocked (maybe a 404 error).
## 🤖 Auto update of domains to be blocked
Open your `cron`.
@ -349,13 +372,16 @@ ssh customer@andros.dev -p 5555
## 💬 Get Help or talk with the community
- [IRC: Libera #maza-ad-blocking](ircs://irc.libera.chat:6697/maza-ad-blocking)
- [Jabber/XMPP](xmpp:maza-ad-blocking@groups.im.andros.dev/?join)
- [IRC: #maza-ad-blocking on irc.libera.chat](ircs://irc.libera.chat:6697/maza-ad-blocking)
- [Fediverse/Mastodon](https://activity.andros.dev/@andros)
## 🍓 CREATE YOUR OWN PI-HOLE SERVER WITH MAZA
You can easily create your own DNS server on a Raspberry Pi, VPS or wherever you want, to connect your devices in just 10 commands thanks to Maza. Follow the [tutorial](https://programadorwebvalencia.com/create-your-own-pi-hole-with-10-commands/).
## 🎖️ Projects inspired by Maza
- [adless](https://github.com/WIttyJudge/adless)
## ⚠️ CAUTION