Package tsocks: Information
Source package: tsocks
Version: 1.8-alt1.qa1
Build time: May 15, 2019, 02:13 AM
Category: Security/Networking
Report package bugHome page: http://tsocks.sourceforge.net/
License: GPLv2+
Summary: Library for catching network connections, redirecting them on a SOCKS server
Description:
tsocks is designed for use in machines which are firewalled from the Internet. It avoids the need to recompile applications like lynx or telnet so they can use SOCKS to reach the Internet. It behaves much like the SOCKSified TCP/IP stacks seen on other platforms. tsocks is a library to allow transparent SOCKS proxying. It wraps the normal connect() function. When a connection is attempted, it consults the configuration file (which is defined at configure time but defaults to /etc/tsocks.conf) and determines if the IP address specified is local. If it is not, the library redirects the connection to a SOCKS server specified in the configuration file. It then negotiates that connection with the SOCKS server and passes the connection back to the calling program.
List of RPM packages built from this SRPM:
tsocks (x86_64, ppc64le, i586, armh, aarch64)
tsocks-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
tsocks (x86_64, ppc64le, i586, armh, aarch64)
tsocks-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Dmitry V. Levin
Last changed
April 17, 2013 Dmitry V. Levin 1.8-alt1.qa1
- NMU: rebuilt for debuginfo.
Sept. 24, 2010 Mykola Grechukh 1.8-alt1
- built for ALT Linux
Jan. 6, 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 1.8-0.5.beta5
- Fix the library path problem more cleanly - Fix bash script validation to handle the no argument case - Change patch name to reflect guidelines - Fix documentation to reflect patch modifications - Remove INSTALL from packaged files