Merge branch 'dns66' into 'master'
Add DNS66 ad blocker, version 0.1.0 DNS66 is a DNS based AdBlocker that utilizes a fake VPN connection for DNS server requests only, resulting in extremely low overhead. See merge request !1766
This commit is contained in:
commit
a55b519133
36
metadata/org.jak_linux.dns66.txt
Normal file
36
metadata/org.jak_linux.dns66.txt
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:Internet
|
||||||
|
License:GPLv3
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/julian-klode/dns66
|
||||||
|
Issue Tracker:https://github.com/julian-klode/dns66/issues
|
||||||
|
|
||||||
|
Name:DNS66
|
||||||
|
Summary:Ad- and Host Blocking via DNS
|
||||||
|
Description:
|
||||||
|
DNS66 allows blocking host names via DNS. This can be used for ad blocking. It
|
||||||
|
also allows other DNS servers to be added, for more privacy.
|
||||||
|
|
||||||
|
Compared to AdBlock Plus, this works without proxy stuff; and it also does not
|
||||||
|
require root, like AdAway does: DNS66 establishes a VPN interface, and redirects
|
||||||
|
DNS server traffic to it. The VPN interface filters the traffic, only allowing
|
||||||
|
queries for hosts that are not blacklisted.
|
||||||
|
|
||||||
|
A host (list) can be configured as allow, deny, or ignore. A later entry in the
|
||||||
|
list overrides a previous entry.
|
||||||
|
|
||||||
|
Custom DNS Servers can be configured as well, using the same UI, but no
|
||||||
|
differentiation is made between ignored and denied servers.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/julian-klode/dns66
|
||||||
|
|
||||||
|
Build:0.1.0,1
|
||||||
|
commit=v0.1.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Auto Update Mode:Version v%v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:0.1.0
|
||||||
|
Current Version Code:1
|
Loading…
Reference in a new issue