net-proxy / redsocks

Transparent redirector of any TCP connection to proxy

Official package sites : http://darkk.net.ru/redsocks/ ·

Redirect any TCP connection to a SOCKS or HTTPS proxy server Redsocks is a daemon running on the local system, that will transparently tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It uses the system firewall's redirection facility to intercept TCP connections, thus the redirection is system-wide, with fine-grained control, and does not depend on LD_PRELOAD libraries. Redsocks supports tunneling TCP connections and UDP packets. It has authentication support for both, SOCKS and HTTP proxies. Also included is a small DNS server returning answers with the "truncated" flag set for any UDP query, forcing the resolver to use TCP.

v9999 :: 0 :: gentoo

Modified
License
Apache-2.0 LGPL-2.1+ ZLIB
USE flags
doc

v0.5-r2 :: 0 :: gentoo

Modified
License
Apache-2.0 LGPL-2.1+ ZLIB
Keywords
~amd64 ~x86
USE flags
doc

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally

dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor

acct-group / redsocks : A group for net-proxy/redsocks

acct-user / redsocks : A user for net-proxy/redsocks

dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor

net-firewall / iptables : Linux kernel (2.4+) firewall, NAT and packet mangling tools

Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-proxy/redsocks: drop old version
Closes: https://bugs.gentoo.org/781470 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
net-proxy/redsocks: migrate to GLEP 81
Bug: https://bugs.gentoo.org/781470 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
net-proxy/redsocks: drop old version
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Quentin Retornaz · gentoo
net-proxy/redsocks: fix command args in initd
Closes: https://bugs.gentoo.org/708438 Closes: https://github.com/gentoo/gentoo/pull/14575 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Matt Turner · gentoo
net-proxy/redsocks: Restrict tests
Requires building a docker container, which is probably more involved than I am willing to support. Closes: https://bugs.gentoo.org/623442
David Hicks · gentoo
net-proxy/redsocks: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Matt Turner · gentoo
net-proxy/redsocks: Ship man page, init files, etc
Also move config file to /etc/redsocks.conf (there's a single file, no need for a directory) and add a redsocks user and group.
Matt Turner · gentoo
net-proxy/redsocks: Add package