Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | redsocks: fix build on macos | Sergey V. Lobanov | 2022-01-17 |
| | | | | | | | | fix cross-compile issues (on macos) use $CC -dumpmachine instead of `uname` use $CC instead of CC Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | ||
* | treewide: Run refresh on all packages | Ilya Lipnitskiy | 2021-02-20 |
| | | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | ||
* | redsocks: updates to latest source and gcc build options | Ted Hess | 2015-11-14 |
| | | | | Signed-off-by: Ted Hess <thess@kitschensync.net> | ||
* | redsocks: add new package | Johannes Morgenroth | 2015-02-22 |
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> |