Go to file
2019-06-20 09:39:31 +08:00
conf Release configuration file memory 2019-06-20 09:39:31 +08:00
log Release configuration file memory 2019-06-20 09:39:31 +08:00
conf.c Release configuration file memory 2019-06-20 09:39:31 +08:00
conf.h Release configuration file memory 2019-06-20 09:39:31 +08:00
cproxy_help.c Release configuration file memory 2019-06-20 09:39:31 +08:00
cproxy_help.h Release configuration file memory 2019-06-20 09:39:31 +08:00
cproxy_request.c Release configuration file memory 2019-06-20 09:39:31 +08:00
cproxy_request.h Release configuration file memory 2019-06-20 09:39:31 +08:00
cproxy.c Release configuration file memory 2019-06-20 09:39:31 +08:00
cproxy.h Release configuration file memory 2019-06-20 09:39:31 +08:00
kill.c Add kill_all function to kill multiple processes 2019-05-09 18:25:42 +08:00
kill.h Add kill_all function to kill multiple processes 2019-05-09 18:25:42 +08:00
Makefile Add kill_all function to kill multiple processes 2019-05-09 18:25:42 +08:00
README.md Release configuration file memory 2019-06-20 09:39:31 +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

Help Information

cproxy proxy server
Author: aixiao@aixiao.me
Usage: [-?hdsc] [-s signal] [-c filename]

Options:
    -?,-h       : help information
    -d          : daemon
    -s signal   : send signal to a master process: stop
    -c filename : set configuration file (default: conf/cproxy.ini)

May  7 2019 18:48:10 Compile、link.