mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-26 03:35:30 +00:00
debian/* files from redsocks_0.2-1.debian.tar.gz are uploaded to upstream to ease maintenance. MD5(redsocks_0.2-1.debian.tar.gz) = 1d4fe1c98520ffe683a55220c80df193 Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
Source: redsocks
|
|
Section: net
|
|
Priority: extra
|
|
Maintainer: Apollon Oikonomopoulos <apoikos@gmail.com>
|
|
Build-Depends: debhelper (>= 8.0.0), libevent-dev
|
|
Standards-Version: 3.9.2
|
|
Homepage: http://darkk.net.ru/redsocks/
|
|
#Vcs-Git: git://git.debian.org/collab-maint/redsocks.git
|
|
#Vcs-Browser: http://git.debian.org/?p=collab-maint/redsocks.git;a=summary
|
|
|
|
Package: redsocks
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
|
|
Description: 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.
|