2020-03-24 11:46:32 +08:00
|
|
|
global {
|
|
|
|
uid=3004;
|
|
|
|
process=2;
|
|
|
|
timer=60;
|
2020-06-08 20:28:15 +08:00
|
|
|
sslencoding=128;
|
|
|
|
local_port=0124;
|
2020-03-24 11:46:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
http {
|
2020-06-08 20:28:15 +08:00
|
|
|
http_ip=cproxy.aixiao.me;
|
|
|
|
http_port=8911;
|
2020-03-24 11:46:32 +08:00
|
|
|
http_del="x-online-host,X-Online-Host,host,Host";
|
|
|
|
http_first="[M] [U] [V]\r\nHost: [host]\r\n";
|
|
|
|
//strrep="Windows NT 10.0->Linux";
|
|
|
|
//regrep="Host*.+?->Host: hu60.cn:443";
|
|
|
|
}
|
|
|
|
|
|
|
|
https {
|
2020-06-08 20:28:15 +08:00
|
|
|
https_ip=cproxy.aixiao.me;
|
|
|
|
https_port=8911;
|
2020-03-24 11:46:32 +08:00
|
|
|
https_del="Host,host,x-online-host";
|
|
|
|
https_first="[M] [H] [V]\r\nHost: [host]\r\n";
|
|
|
|
strrep="Windows NT 10.0->Linux";
|
|
|
|
//regrep="Host*.+?->Host: hu60.cn:443";
|
|
|
|
}
|
|
|
|
|