readme.dk

来自「Linux下的socks的程序源程序,用于socks的代理服务」· DK 代码 · 共 50 行

DK
50
字号
		 #####		#     #   ####    ####   #    #   ####		#        #    #  #    #  #   #   #		 #####   #    #  #       ####     ####		      #  #    #  #       #  #         #		#     #  #    #  #    #  #   #   #    #		 #####    ####    ####   #    #   ####This system was described in a paper appearing the the 1992 USENIXSecurity Simposium.  This code has been in use at a variety of sitesfor many years, and is now available for general consumption.One quick disclaimer, which is that documentation isn't up to snuff,the best best thing available is the USENIX procedings.  If younotice something in particular lacking please let me know.I can reached at, for any questions comments or other sudgestions:	koblas@netcom.comWhat the directories contain:  include   -- Common include file for both the daemon and library  lib       -- Standard library containting replacement calls   rfinger   -- Example Rconnect() program, contains both finger & whois  rftp      -- The standard BSD Networking release finger, copied	        from ftp.uu.net, and modified to work with Socks  sockd     -- The daemon that runs on the gateway host.  doc       -- Some unfinished documentation*** The short and simple installation instructions:1) Look at the socks.h in the include directory, cusomize it for your site.2) Put the following line in your /etc/services file	socks           1080/tcp              # Socks gateway service3) Cusomize sockd/sockd.conf to your sites needs4) Copy sockd/sockd and sockd/sockd.conf to your gateway host5) Add the following line to your /etc/inetd.conf file on the gateway	socks   stream  tcp     nowait  nobody  /etc/sockd	sockd6) Reload your inetd on the gateway host (kill -HUP <pid of inetd>)7) Test out rwhois or rfinger in the rfinger directory to see if   things are working.

⌨️ 快捷键说明

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