-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCProxy.conf
37 lines (33 loc) · 882 Bytes
/
CProxy.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
global {
uid = 3004;
mode = net;
tcp_listen = 10010;
// dns_listen = 10010;
// udp_listen = 10086;
}
http {
// addr = 10.0.0.172:80;
addr = 127.0.0.1:300;
// addr = 35.221.137.112:8081;
del_hdr = host;
del_hdr = X-Online-Host;
set_first = "[M] [U] [V]\r\nHost: [H]\r\nMeng: [H]\r\n";
}
https {
// addr = 10.0.0.172:80;
// addr = 127.0.0.1:300;
// addr = 35.221.137.112:8081;
addr = 47.106.123.11:8080;
del_hdr = Host ;
del_hdr = X-Online-Host;
set_first = "[M] mmsc.monternet.com [V]\r\nHost: mmsc.monternet.com\r\nMeng: [H]\r\nProxy-Connection: Keep-Alive\r\n";
}
httpdns {
addr = 119.29.29.29;
http_req = "[M] [U] [V]\r\nHost: hlsmgspvod.miguvideo.com\r\n";
// cachepath = dns.cache;
}
httpudp {
addr = 47.106.123.11:80;
http_req = "[M] mmsc.monternet.com [V]\r\nHost: mmsc.monternet.com\r\n";
}