mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New app: personalDNSFilter
This commit is contained in:
parent
ef4e0125da
commit
81d86556ad
1 changed files with 38 additions and 0 deletions
38
metadata/dnsfilter.android.yml
Normal file
38
metadata/dnsfilter.android.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-2.0-only
|
||||
WebSite: https://www.zenz-solutions.de/personaldnsfilter/
|
||||
SourceCode: https://github.com/IngoZenz/personaldnsfilter
|
||||
IssueTracker: https://github.com/IngoZenz/personaldnsfilter/issues
|
||||
Changelog: https://github.com/IngoZenz/personaldnsfilter/releases
|
||||
|
||||
Summary: DNS request based Host Blocker over local VPN using a Blocklist
|
||||
Description: |-
|
||||
''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 can be used for filtering ads and other unwished hosts based on a host
|
||||
list – thus it is a good AdBlock alternative. On Android 4.2 and newer it
|
||||
can be used as effective ad, malware and tracking server filter without
|
||||
root access!
|
||||
|
||||
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.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/IngoZenz/personaldnsfilter
|
||||
|
||||
Builds:
|
||||
- versionName: 1.50.27
|
||||
versionCode: 1502700
|
||||
commit: 1.50.27
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.50.27
|
||||
CurrentVersionCode: 1502700
|
||||
Loading…
Reference in a new issue