⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 runsocks.1

📁 socket5 代理服务代码 socket5 代理服务代码
💻 1
字号:
.TH runsocks 1 " 02 May 1997".SH NAMErunsocks \- A script to dynamically socksify applications.SH SYNOPSISrunsocks program-name args.SH DESCRIPTIONrunsocks is a shell script that initializes environment variables to ensure that the linker uses the SOCKS shared library when you link at runtime. Use runsocks to socksify an application without recompiling. runsocks only works if you dynamically link and the operating system supports all the runsocks features..SH WARNINGSThe configuration file and the environment serve a crucial role in ensuring that socksified applications work as expected. libsocks5.conf(5) contains complete details about the configuration file..SH ENVIRONMENTYou can control some aspects of the socksification process through the client configuration file and the environment variable settings. The configuration file takes precedence over the environment settings. Refer to libsocks5.conf(5) for complete details about the configuration file..PPAll environment variables, except SOCKS5_SHLIB_RUNPATH, apply to runsocks and to socksified clients. .TP .B SOCKS5_DEBUG [\fIval\fP]Turn on debugging and optionally set the debug level to \fIval\fP. If you omit \fIval\fP, runsocks sends only warning messages..RS 5.PPValid values for \fIval\fP are 1, 2, and 3. If you specify other values, runsocks assumes 3. Valid values and their meanings are:.RS 3.HP 14.B 1LOG_NOTICE  Reports non-error conditions that may require special handling.HP 14.B 2LOG_INFO    Reports informational messages.HP 14.B 3LOG_DEBUG   Reports information useful for debugging.RE.RE.TP .B SOCKS5_ENCRYPTIf possible, the next server should encrypt the link. SOCKS5_ENCRYPT is only useful when the socks5 build includes Kerberos authentication..TP.B SOCKS5_FAKEALLHOSTSSpecify that the client library should fake all hostname lookups. Faking all hosts causes faster connections if host lookup is slow. SOCKS5_FAKEALLHOSTS and SOCKS5_LOCALDNSONLY are mutually exclusive, setting both causes all DNS lookups to fail..TP.B SOCKS5_LOCALDNSONLYSpecify to never fake hostnames. Preventing faking limits unnecessary connections to the server on systems on which the client can resolve the same names the server resolves. SOCKS5_FAKEALLHOSTS and SOCKS5_LOCALDNSONLY are mutually exclusive, setting both causes all DNS lookups to fail..TP .B SOCKS5_LOG_STDERRSend debug output to stderr..TP.B SOCKS5_LOG_SYSLOGSend debug output to syslog. When you omit the debug output destination, SOCKS5 sends the output to the system log. To send debug output to stderr and syslog, set SOCKS5_LOG_SYSLOG and SOCKS5_LOG_STDERR..TP .B SOCKS5_NOINTCHKThe next server should proxy the data only, and should not integrity check the data. SOCKS5_ NOINTCHK is only useful when the socks5 build includes Kerberos authentication..TP.B SOCKS5_NONETMASKCHECKInstruct the client to disregard checking the client host's netmask. By default, the client checks the netmask and connects directly to hosts on the same subnet before consulting the configuration file..TP.B SOCKS5_PASSWD [\fIpassword\fP]Identify the password for Username/Password authentication..TP.B SOCKS5_PRESERVE_STDERRPrevent the system from closing stderr or dup2ing it. This is most useful for debugging X Windows processes that send stderr output to a window that fills up too quickly, or constantly pops up..TP.B SOCKS5_SERVER \fI[host|host:port]\fPIdentify the socks5 server the client uses and set SOCKSv5 as the default version. See \fIserver entries\fP for additional information on specifying \fIhost\fP and \fIport\fP, and \fIproxylist\fP for additional information on how socks5 searches for the server..TP .B SOCKS4_SERVER \fI[host|host:port]\fPIdentify the socks4 server the client uses and sets socks4 as the default version. See \fIserver entries\fP for additional information on specifying \fIhost\fP and \fIport\fP, and \fIproxylist\fP for additional information on how socks5 searches for the server..TP.B SOCKS_SERVER \fI[host|host:port]\fPSpecify the default socks server, version 4 or 5, to use when SOCKS5_SERVER or SOCKS4_SERVER is not set and the client requires a specific version. SOCKS_SERVER sets SOCKS5 as the default version. See \fIserver entries\fP for additional information on specifying \fIhost\fP \fIport\fP, and \fIproxylist\fP for additional information on how socks5 searches for the server..TP .B SOCKS5_SHLIB_RUNPATHIdentify the shared library location. Usually you can set this location with LD_LIBRARY_PATH. Some operating systems, especially SunOS, do not use LD_LIBRARY_PATH correctly for pre-loading. You must set the shared library location explicitly. SOCKS5_SHLIB_RUNPATH is only valid for runsocks..TP .B SOCKS5_USER [\fIuser\fP]Identify the username for Username/Password authentication..PP.SH SEE ALSOlibsocks5.conf(5).PP.SH AUTHORNWSL SOCKS5 Development Team.brSend comments to socks5-comments@socks.nec.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -