Go to file
aixiao 4072556043 修改: conf.c
修改:     conf.h
	修改:     conf/cproxy.ini
	修改:     conf/cproxy.ini.explain
	修改:     cproxy.h
	修改:     cproxy_help.h
	修改:     cproxy_request.c
2019-02-19 17:29:58 +08:00
conf 修改: conf.c 2019-02-19 17:29:58 +08:00
log 修改: Makefile 2019-02-07 17:26:48 +08:00
conf.c 修改: conf.c 2019-02-19 17:29:58 +08:00
conf.h 修改: conf.c 2019-02-19 17:29:58 +08:00
cproxy_help.c 修改: Makefile 2019-02-07 17:26:48 +08:00
cproxy_help.h 修改: conf.c 2019-02-19 17:29:58 +08:00
cproxy_request.c 修改: conf.c 2019-02-19 17:29:58 +08:00
cproxy_request.h 修改: Makefile 2019-02-16 17:28:47 +08:00
cproxy.c 修改: Makefile 2019-02-16 17:28:47 +08:00
cproxy.h 修改: conf.c 2019-02-19 17:29:58 +08:00
Makefile 修改: Makefile 2019-02-16 17:28:47 +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