The getaddrinfo () function is no longer used, the static compilation libc dependency is removed, and the configuration file server address is no longer supported to fill in the domain name.
This commit is contained in:
@@ -33,12 +33,12 @@ httpdns {
|
||||
|
||||
|
||||
global模块
|
||||
uid=3004; //进程UID
|
||||
process=2; //进程数量(已经弃用)
|
||||
timeout=60; //超时时间(秒)
|
||||
sslencoding=128; //编码(非零生效)
|
||||
uid=3004; //进程UID
|
||||
process=2; //进程数量(已经弃用)
|
||||
timeout=60; //超时时间(秒)
|
||||
sslencoding=128; //编码(非零生效)
|
||||
tcp_listen=0124; //TCP监听端口
|
||||
tcp6_listen=0124; //TCP6监听端口 (TCP和TCP6可以使用同一个端口, IPV4的数据走内部IPV4程序结构, IPV6数据走内部IPV6程序结构.)
|
||||
tcp6_listen=0124; //TCP6监听端口 (TCP和TCP6可以使用同一个端口, IPV4的数据走内部IPV4程序结构, IPV6数据走内部IPV6程序结构.)(已经弃用)
|
||||
dns_listen=0125; //UDP监听端口
|
||||
|
||||
|
||||
@@ -52,18 +52,19 @@ http、https 模块关键字: [M], [method], [uri], [U], [V], [version], [H], [h
|
||||
[port] 原请求端口
|
||||
[H] 原请求[host]:[port]
|
||||
|
||||
http_ip=cproxy.aixiao.me; //指定HTTP服务器IP
|
||||
http_port=124; //指定HTTP服务器端口
|
||||
http_del="x-online-host,X-Online-Host,host,Host"; //删除HTTP头字段,逗号分开
|
||||
http_first="[M] [U] [V]\r\nHost: [H]\r\n"; //自定义HTTP头
|
||||
http_ip=47.240.75.93; //指定HTTP服务器IP
|
||||
http_port=127; //指定HTTP服务器端口
|
||||
http_del="x-online-host,X-Online-Host,host,Host"; //删除HTTP头字段,逗号分开
|
||||
http_first="[M] [U] [V]\r\nHost: [H]\r\n"; //自定义HTTP请求头
|
||||
关键字strrep替换字符串指令.
|
||||
strrep = "Mi MIX 2->Linux"; 以"->"为分界符,"Mi MIX 2"字符串替换为"Linux"字符串.
|
||||
strrep = "Mi MIX 2->Linux"; //以"->"为分界符,"Mi MIX 2"字符串替换为"Linux"字符串.
|
||||
关键字regrep正则匹配替换字符串.
|
||||
regrep = "Host*.+?->Host: iread.wo.cn:443"; 以"->"为分界符,匹配到的内容"Host*.+?"替换为"Host: iread.wo.cn:443"字符串.
|
||||
regrep = "Host*.+?->Host: iread.wo.cn:443"; //以"->"为分界符,匹配到的内容"Host*.+?"替换为"Host: iread.wo.cn:443"字符串.
|
||||
|
||||
httpdns模块
|
||||
httpdns 模块关键字: [M], [D], [V], \r, \n, \v, \f, \b, \t, \a.
|
||||
默认 [M] 为 GET
|
||||
默认 [V] 为 HTTP/1.0
|
||||
addr=119.29.29.29:80; //HTTPDNS服务器IP
|
||||
addr=119.29.29.29:80; //HTTPDNS服务器IP
|
||||
http_req = "[M] [U] [V]\r\nHost: [H]\r\n\r\n"; //自定义HTTPDNS请求头
|
||||
|
||||
|
||||
Reference in New Issue
Block a user