redsocks: add new package 939/head
authorJohannes Morgenroth <jm@m-network.de>
Sun, 22 Feb 2015 16:11:33 +0000 (17:11 +0100)
committerJohannes Morgenroth <jm@m-network.de>
Sun, 22 Feb 2015 16:11:33 +0000 (17:11 +0100)
commit8c0260db9e6fda5e3a1053a9efeb9f6c95f7e7f2
tree38141d721c72ca952b3ea34aa20263d31b96cd89
parentc36bc9cee05ad01ea6b51b4976b61ce2f154e056
redsocks: add new package

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.

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
net/redsocks/Makefile [new file with mode: 0644]
net/redsocks/files/redsocks.conf [new file with mode: 0644]
net/redsocks/files/redsocks.init [new file with mode: 0644]
net/redsocks/patches/0001-Fix-bug-in-DNS-resolution-results-were-ignored-since.patch [new file with mode: 0644]
net/redsocks/patches/0002-inet_ntop-red_inet_ntop.patch [new file with mode: 0644]
net/redsocks/patches/0003-Initial-support-for-UDP-TPROXY-redirection.-No-more-.patch [new file with mode: 0644]
net/redsocks/patches/0004-Fix-transposition-of-memset-parameters.patch [new file with mode: 0644]
net/redsocks/patches/0005-Fix-compilation-on-Ubuntu-10.04-LTS-and-hopefully-De.patch [new file with mode: 0644]
net/redsocks/patches/0006-fix_default_config_location.patch [new file with mode: 0644]