From 079fa1b87ee865f80cb5aea980060c259ceb3e2e Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 16 Mar 2022 10:28:17 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f5b0258..778419a 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,22 @@ Add the following line at the end. sudo rm /usr/local/bin/maza && sudo rm -r ~/.maza ``` +## 🔒 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. + +It would go from: + +``` +URL_DNS_LIST="https://pgl.yoyo.org/adservers/serverlist.php?showintro=0&mimetype=plaintext" +``` + +To the following: + +``` +URL_DNS_LIST="https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" +``` + ## DNSMASQ Unfortunately the hosts file does **not support sub-domains (wildcards)**, which is necessary to correctly filter all DNS. You will **need to install locally a server** for that purpose, Maza supports the **Dnsmasq** format.