修改: Makefile
新文件: README.md 新文件: conf/cproxy.ini 修改: cproxy.c 新文件: cproxy.h 新文件: cproxy_request.c
This commit is contained in:
15
conf/cproxy.ini
Normal file
15
conf/cproxy.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[server]
|
||||
PORT=9606;
|
||||
PID_FILE=log/cproxy.pid;
|
||||
|
||||
[http]
|
||||
http_ip=10.0.0.172;
|
||||
http_port=80;
|
||||
http_del="x-online-host,X-Online-Host,host,Host";
|
||||
http_first="[M] [U] [V]\r\n.aixiao.me\rx-online-host: [host]\r\nhost: iread.wo.com.cn\r\n";
|
||||
|
||||
[https]
|
||||
https_ip=10.0.0.172;
|
||||
https_port=80;
|
||||
https_del="Host";
|
||||
https_first="[M] [U] [V]\r\nHost: [host]\r\n";
|
||||
Reference in New Issue
Block a user