CProxy/CProxy.conf

38 lines
774 B
Plaintext
Raw Normal View History

global {
uid=3004;
process=2;
timeout=7;
encode=128;
2020-07-30 18:10:31 +08:00
tcp_listen=0124;
dns_listen=0126;
udp_listen = 10010;
}
http {
http_ip="47.240.75.93";
http_port=127;
2020-08-26 20:40:35 +08:00
http_del="Host";
2021-05-18 14:18:56 +08:00
http_first="[M] http://[host][U] [V]\r\nHost: [H]\r\n";
//strrep="Windows NT 10.0->Linux";
2020-08-21 17:51:19 +08:00
//regrep="Host:*.+?->Host: [host]:80";
}
https {
https_ip="47.240.75.93";
https_port=127;
https_del="Host,host,x-online-host";
https_first="[M] [U] [V]\r\nHost: [host]\r\n";
//strrep="Windows NT 10.0->Linux";
2021-05-18 14:18:56 +08:00
//regrep="Host*.+?->host: [host]:443";
}
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";
}