Пакет tsocks: Информация
Исходный пакет: tsocks
Версия: 1.8-alt1.qa1
Собран: 3 октября 2022 г. 15:52
Категория: Security/Networking
Сообщить об ошибке в пакетеДомашняя страница: http://tsocks.sourceforge.net/
Лицензия: GPLv2+
О пакете: Library for catching network connections, redirecting them on a SOCKS server
Описание:
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.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
tsocks (e2kv6, e2kv5, e2kv4, e2k)
tsocks-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
tsocks (e2kv6, e2kv5, e2kv4, e2k)
tsocks-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Сопровождающий: Dmitry V. Levin
Последнее изменение
17 апреля 2013 г. Dmitry V. Levin 1.8-alt1.qa1
- NMU: rebuilt for debuginfo.
24 сентября 2010 г. Mykola Grechukh 1.8-alt1
- built for ALT Linux
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