add httpdns client
This commit is contained in:
@@ -1,44 +1,36 @@
|
||||
global {
|
||||
// 设置进程UID
|
||||
uid=3004;
|
||||
|
||||
// 进程数
|
||||
process=2;
|
||||
|
||||
// 超时
|
||||
timer=60;
|
||||
|
||||
// ssl编码,1-128
|
||||
sslencoding=0;
|
||||
|
||||
// 本地端口
|
||||
local_port=9606;
|
||||
timeout=60;
|
||||
sslencoding=128;
|
||||
tcp_listen=0124;
|
||||
dns_listen=0125;
|
||||
}
|
||||
|
||||
http {
|
||||
// 代理IP
|
||||
http_ip=192.168.1.102;
|
||||
// 代理端口
|
||||
http_port=1080;
|
||||
http_ip=cproxy.aixiao.me;
|
||||
http_port=124;
|
||||
http_del="x-online-host,X-Online-Host,host,Host";
|
||||
http_first="[M] [U] [V]\r\nHost: [host]\r\n";
|
||||
http_first="[M] [U] [V]\r\nHost: [H]\r\n";
|
||||
//strrep="Windows NT 10.0->Linux";
|
||||
//regrep="Host*.+?->Host: hu60.cn:443";
|
||||
}
|
||||
|
||||
https {
|
||||
// 代理IP
|
||||
https_ip=192.168.1.102;
|
||||
// 代理端口
|
||||
https_port=1080;
|
||||
// 删除Host行
|
||||
https_ip=cproxy.aixiao.me;
|
||||
https_port=124;
|
||||
https_del="Host,host,x-online-host";
|
||||
// https头第一行
|
||||
https_first="[M] [H] [V]\r\nHost: [host]\r\n";
|
||||
//strrep="Windows NT 10.0->Linux";
|
||||
https_first="[M] [U] [V]\r\nhost: [host]\r\n";
|
||||
strrep="Windows NT 10.0->Linux";
|
||||
//regrep="Host*.+?->Host: hu60.cn:443";
|
||||
}
|
||||
|
||||
httpdns {
|
||||
addr=119.29.29.29:53;
|
||||
http_req="[M] http://wap.10010.com/d?dn=[D] [V]\r\nHost: wap.10010.com\r\n";
|
||||
}
|
||||
|
||||
|
||||
http、https 模块关键字: [M], [method], [uri], [U], [V], [version], [H], [host], [port], \r, \n, \v, \f, \b, \t, \a. 如果原本请求头含有关键字也会被替换.
|
||||
|
||||
[M]、[method] 原请求方法
|
||||
@@ -55,3 +47,6 @@ strrep = "Mi MIX 2->Linux"; 以"->"为分界符,"Mi MIX 2"字符串替换为"Lin
|
||||
关键字regrep正则匹配替换字符串.
|
||||
regrep = "Host*.+?->Host: iread.wo.cn:443"; 以"->"为分界符,匹配到的内容"Host*.+?"替换为"Host: iread.wo.cn:443"字符串.
|
||||
|
||||
httpdns 模块关键字: [M], [D], [V], \r, \n, \v, \f, \b, \t, \a.
|
||||
默认 [M] 为 GET
|
||||
默认 [V] 为 HTTP/1.0
|
||||
|
||||
Reference in New Issue
Block a user