CProxy/conf/cproxy.ini
aixiao 4072556043 修改: conf.c
修改:     conf.h
	修改:     conf/cproxy.ini
	修改:     conf/cproxy.ini.explain
	修改:     cproxy.h
	修改:     cproxy_help.h
	修改:     cproxy_request.c
2019-02-19 17:29:58 +08:00

20 lines
579 B
INI

[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.cn\r\n";
strrep = "Mi MIX 2->Linux";
;regrep = "host*.+?->host: iread.wo.cn";
[https]
https_ip=10.0.0.172;
https_port=80;
https_del=",Host";
;https_first="[M] [U] [V]\r\nHost: [host]:[port]\r\n";
https_first="[M] iread.wo.cn//https://[host]:[port]:iread.wo.cn [V]\r\nHost: iread.wo.cn\r\n";
strrep = "Mi MIX 2->Linux";
regrep = "Host*.+?->Host: iread.wo.cn:443";