Reformatting the information and adding the tutorial for adding lists to the application
This commit is contained in:
parent
bdae92fa0e
commit
d85ae44a04
1 changed files with 21 additions and 3 deletions
24
README.md
24
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
|
Loading…
Reference in a new issue