mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
|
|
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
|