From d85ae44a040f33329b3a6b853b6d89c57ae058a4 Mon Sep 17 00:00:00 2001 From: Franck ALBARET Date: Thu, 4 Apr 2024 06:51:04 +0000 Subject: [PATCH] Reformatting the information and adding the tutorial for adding lists to the application --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62e24f4..6c9f1d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,25 @@ # DNS Filters -Additional blocking lists for DNS Filter +Additional blocking lists for [personalDNSfilter](https://www.zenz-solutions.de/personaldnsfilter-wp/) on Android, project hosted on [GitHub](https://github.com/IngoZenz/personaldnsfilter). -## Facebook / Meta / etc. + **personalDNSfilter** is a DNS filter proxy written in Java. It hooks into the domain name (DNS) resolution and returns the loopback address for filtered hosts. It works with any upstream DNS server - filtering is completely local - no phoning home or such things ! You can run it locally on your device or centrally as DNS server in your network. -- Block all Meta's relative DNS [ [BlockMeta](BlockMeta.txt) ] +> **Note ¹ :** Consider this as a _work in progress_, I stil have to shorten URLs for more convenience and for example. +> **Note ² :** If you saw / know some missing DNS, don't hesitate to tell me it will be a great help 🖖 + +## Lists + +- [ [BlockMeta](https://dansleco.de/danslerush/dns-filters/raw/branch/main/BlockMeta.txt) ] Block all **Meta**'s relative DNS like _Facebook_, _Instagram_, _WhatsApp_ or other trackers + +## How To Add List + +- Open the **personalDNSfilter** application on your phone +- Go to « Advanced parameters » +- Go to « Configuring the filter update » +- Edit a _< new >_ line +- Put, in that order : +> **Category :** dansleco.de +> **Name :** The name of a list above, for example " BlockMeta " +> **URL :** Same, with the attached URL, for example " https://dansleco.de/danslerush/dns-filters/raw/branch/main/BlockMeta.txt " +- Tick « Active » and validate +- Restart **personalDNSfilter** to ensure that the new list is taken into account \ No newline at end of file