Go to file
aixiao e0261c8942 修改: Makefile
修改:     README.md
	修改:     conf.c
	修改:     conf.h
	修改:     conf/cproxy.ini
	修改:     cproxy.c
	修改:     cproxy.h
	新文件:   cproxy_help.c
	新文件:   cproxy_help.h
	修改:     cproxy_request.c
	修改:     cproxy_request.h
	修改:     log/cproxy.pid
2019-02-07 17:26:48 +08:00
conf 修改: Makefile 2019-02-07 17:26:48 +08:00
log 修改: Makefile 2019-02-07 17:26:48 +08:00
conf.c 修改: Makefile 2019-02-07 17:26:48 +08:00
conf.h 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy_help.c 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy_help.h 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy_request.c 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy_request.h 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy.c 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy.h 修改: Makefile 2019-02-07 17:26:48 +08:00
Makefile 修改: Makefile 2019-02-07 17:26:48 +08:00
README.md 修改: Makefile 2019-02-07 17:26:48 +08:00

cproxy

Android本地二级代理.  
可以修改HTTP协议消息头(request).  
可以修改HTTP协议CONNECT方法消息头.  

Build

git clone https://github.com/niuyuling/cproxy.git
git clone https://github.com/ndevilla/iniparser.git
cd iniparser
make
cd ../cproxy
make clean; make