CProxy/CProxy.conf

45 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

global {
uid=3004;
2022-04-20 17:12:58 +08:00
timeout=60;
2022-07-13 11:33:56 +08:00
process=2;
2020-07-30 18:10:31 +08:00
tcp_listen=0124;
dns_listen=0126;
udp_listen = 10010;
}
http {
2022-07-13 11:33:56 +08:00
http_ip="43.142.66.71";
2022-06-04 11:06:12 +08:00
http_port=129;
2022-01-19 21:48:02 +08:00
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";
2022-06-04 11:06:12 +08:00
encode=129;
}
https {
2022-07-13 11:33:56 +08:00
https_ip="43.142.66.71";
2022-06-04 11:06:12 +08:00
https_port=129;
https_del="Host,host,x-online-host,Proxy-Connection";
2022-04-20 17:12:58 +08:00
https_first="[M] [U] [V]\r\nHost: [host]:[port]\r\n";
2022-07-13 11:33:56 +08:00
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";
2022-06-04 11:06:12 +08:00
encode=129;
}
2020-07-30 18:10:31 +08:00
httpdns {
addr = 119.29.29.29:80;
http_req = "[M] [U] [V]\r\nHost: [H]\r\n\r\n";
2020-07-30 18:10:31 +08:00
}
httpudp {
addr = 47.240.75.93:10010;
http_req = "[M] [U] [V]\r\nHost: [H]\r\n";
}