CProxy/CProxy.conf
2022-04-23 21:55:24 +08:00

39 lines
851 B
Plaintext
Executable File

global {
uid=3004;
timeout=60;
tcp_listen=0124;
dns_listen=0126;
udp_listen = 10010;
}
http {
http_ip="git.aixiao.me";
http_port=128;
http_del="Host,";
http_first="[M] [U] [V]\r\nHost: [H]\r\n";
strrep="Windows NT 10.0" -> "Linux";
strrep="Linux" -> "aixiao.me";
strrep="aixiao.me" -> "AIXIAO.ME";
regrep="Accept-Encoding*.+?" -> "Accept-Encoding: GZIP, deflate";
regrep="Connection*.+?" -> "Connection: KEEP-alive";
encode=128;
}
https {
https_ip="git.aixiao.me";
https_port=128;
https_del="Host,host,x-online-host";
https_first="[M] [U] [V]\r\nHost: [host]:[port]\r\n";
encode=128;
}
httpdns {
addr = 119.29.29.29:80;
http_req = "[M] [U] [V]\r\nHost: [H]\r\n\r\n";
}
httpudp {
addr = 47.240.75.93:10010;
http_req = "[M] [U] [V]\r\nHost: [H]\r\n";
}