Merge branch 'personalDNSFilter' into 'master'
New app: personalDNSFilter Closes rfp#830 See merge request fdroid/fdroiddata!4257
This commit is contained in:
commit
984e3025a2
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