From 566f241b84c62b94d2301cb7c0096be1532f77e7 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 21 Aug 2023 11:17:19 +0200 Subject: [PATCH] Update text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc8fac0..d2ee060 100644 --- a/README.md +++ b/README.md @@ -132,13 +132,13 @@ maza update 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: +Replace this line: ``` URL_DNS_LIST="https://pgl.yoyo.org/adservers/serverlist.php?showintro=0&mimetype=plaintext" ``` -To the following: +with this: ``` URL_DNS_LIST="https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts"