修改: Makefile

新文件:   README.md
	新文件:   conf/cproxy.ini
	修改:     cproxy.c
	新文件:   cproxy.h
	新文件:   cproxy_request.c
This commit is contained in:
2019-01-10 23:12:51 +08:00
parent 8fb56a9b57
commit daa409875b
6 changed files with 628 additions and 261 deletions

15
conf/cproxy.ini Normal file
View 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";