mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-proxies: add dnscrypt-proxy, issue #177
This commit is contained in:
parent
f5f60cbd2e
commit
44e7b6c1f3
2 changed files with 8 additions and 4 deletions
|
|
@ -14,17 +14,19 @@ IUSE="java minipentoo"
|
|||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
java? ( net-proxy/zaproxy )
|
||||
java? ( net-proxy/burpsuite
|
||||
net-proxy/zaproxy )
|
||||
|
||||
!minipentoo? (
|
||||
x86? ( net-proxy/httpush )
|
||||
net-proxy/3proxy
|
||||
net-vpn/iodine
|
||||
net-dns/dnscrypt-proxy
|
||||
net-misc/proxychains
|
||||
net-proxy/3proxy
|
||||
net-proxy/mitmproxy
|
||||
net-proxy/privoxy
|
||||
net-proxy/ratproxy
|
||||
net-proxy/redsocks
|
||||
net-vpn/tor
|
||||
net-proxy/tsocks
|
||||
net-vpn/iodine
|
||||
net-vpn/tor
|
||||
)"
|
||||
|
|
@ -24,3 +24,5 @@ dev-embedded/libftdi:0
|
|||
|
||||
#https://bugs.gentoo.org/show_bug.cgi?id=608152
|
||||
~net-fs/nfs-utils-1.3.4
|
||||
|
||||
=net-dns/dnscrypt-proxy-1.7*
|
||||
|
|
|
|||
Loading…
Reference in a new issue