27 lines
734 B
Markdown
27 lines
734 B
Markdown
# 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.
|