Go to file
2019-12-16 19:27:36 +08:00
conf Support restart, status signal 2019-12-16 19:27:36 +08:00
conf.c Support restart, status signal 2019-12-16 19:27:36 +08:00
conf.h Support restart, status signal 2019-12-16 19:27:36 +08:00
cproxy_help.c Support restart, status signal 2019-12-16 19:27:36 +08:00
cproxy_help.h Support restart, status signal 2019-12-16 19:27:36 +08:00
cproxy_request.c Support restart, status signal 2019-12-16 19:27:36 +08:00
cproxy_request.h optimization 2019-11-22 18:57:18 +08:00
cproxy.c Support restart, status signal 2019-12-16 19:27:36 +08:00
cproxy.h Support restart, status signal 2019-12-16 19:27:36 +08:00
kill.c Support restart, status signal 2019-12-16 19:27:36 +08:00
kill.h Support restart, status signal 2019-12-16 19:27:36 +08:00
LICENSE Create LICENSE 2019-06-21 19:55:04 +08:00
Makefile optimization 2019-11-22 18:57:18 +08:00
README.md Support restart, status signal 2019-12-16 19:27:36 +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, resatrt, reload, status
    -c filename : set configuration file (default: conf/cproxy.ini)

Dec  9 2019 13:36:43 Compile、link.