aixiao
e6072984a2
Add long option Add Android NDK compilation No longer use the iniparser to read configuration files
27 lines
572 B
Plaintext
27 lines
572 B
Plaintext
global {
|
|
uid=3004;
|
|
process=2;
|
|
timer=60;
|
|
sslencoding=0;
|
|
local_port=9606;
|
|
}
|
|
|
|
http {
|
|
http_ip=192.168.1.102;
|
|
http_port=1080;
|
|
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 {
|
|
https_ip=192.168.1.102;
|
|
https_port=1080;
|
|
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";
|
|
}
|
|
|