readme
来自「micro_proxy - really small HTTP/HTTPS pr」· 代码 · 共 25 行
TXT
25 行
micro_proxy - really small HTTP/HTTPS proxymicro_proxy is a very small HTTP/HTTPS proxy. It runs from inetd,which means its performance is poor. But for low-traffic sites,it's quite adequate. It implements all the basic features of anHTTP/HTTPS proxy, in only 260 lines of code.See the manual entry for more details.Files in this distribution: README this Makefile guess micro_proxy.c source file micro_proxy.8 manual entryTo build: If you're on a SysV-like machine (which includes old Linux systemsbut not new Linux systems), edit the Makefile and uncomment the SYSV_LIBSline. Otherwise, just do a make.Feedback is welcome - send bug reports, enhancements, checks, moneyorders, etc. to the addresses below. Jef Poskanzer jef@mail.acme.com http://www.acme.com/jef/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?