We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.12.x
Windows
24H2
sing-box 原始命令行程序
No response
sing-box version 1.12.0-alpha.8 Environment: go1.24.0 windows/amd64 Tags: with_gvisor,with_quic,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_clash_api,with_tailscale Revision: d979e1e4922dee39e20321f75332ba247763a310 CGO: disabled
1.12.x 似乎无法探测 quic 流量的进程。
浏览器启用 quic (chrome://flags/#enable-quic) 访问 Youtube 在相同配置的情况下,1.11.3 可以探测到进程为 chrome 而 1.12.x 则无法获取。
1.11.3
chrome
{ "log": { "disabled": false, "level": "debug", "output": "", "timestamp": true }, "dns": { "servers": [ { "tag": "google", "address": "https://8.8.8.8/dns-query", "detour": "proxy" } ], "rules": [ { "outbound": "any", "server": "google", "client_subnet": "223.5.5.0/24" }, { "rule_set": "geosite-geolocation-!cn", "server": "google" }, { "rule_set": "geosite-geolocation-cn", "server": "google", "client_subnet": "223.5.5.0/24" }, { "type": "logical", "mode": "and", "rules": [ { "rule_set": "geosite-geolocation-!cn", "invert": true }, { "rule_set": "geoip-cn" } ], "server": "google", "client_subnet": "223.5.5.0/24" } ], "final": "google", "strategy": "prefer_ipv4", "disable_cache": false, "disable_expire": false, "independent_cache": true }, "inbounds": [ { "type": "tun", "tag": "tun", "interface_name": "Tunnel", "address": ["192.168.12.1/30", "fdfe:12::1/126"], "auto_route": true, "strict_route": true } ], "outbounds": [ { "type": "vmess", "tag": "proxy" // ... }, { "type": "direct", "tag": "direct" } ], "route": { "rules": [ { "action": "sniff" }, { "action": "hijack-dns", "protocol": "dns" }, { "action": "route", "outbound": "direct", "ip_is_private": true }, { "action": "route", "outbound": "proxy", "rule_set": "geosite-geolocation-!cn" }, { "action": "route", "outbound": "direct", "rule_set": "geosite-geolocation-cn" }, { "action": "resolve" }, { "action": "route", "outbound": "direct", "rule_set": "geoip-cn" } ], "rule_set": [ { "type": "remote", "tag": "geoip-cn", "format": "binary", "url": "https://raw.githubusercontent.com/SagerNet/sing-geoip/rule-set/geoip-cn.srs", "download_detour": "proxy" }, { "type": "remote", "tag": "geosite-geolocation-cn", "format": "binary", "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-geolocation-cn.srs", "download_detour": "proxy" }, { "type": "remote", "tag": "geosite-geolocation-!cn", "format": "binary", "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-geolocation-!cn.srs", "download_detour": "proxy" } ], "final": "proxy", "auto_detect_interface": true }, "experimental": { "cache_file": { "enabled": true, "store_rdrc": true }, "clash_api": { "external_controller": "127.0.0.1:9090", "external_ui": "ui", "external_ui_download_detour": "proxy" } } }
INFO router: failed to search process: process not found for 192.168.12.1:62850
The text was updated successfully, but these errors were encountered:
补充:在 1.11.3 版本中不能从 chrome 的 quic 流量中探测到 server name 但可以从 curl 的 quic 流量中探测到 server name。
通过 wireshark 可以获取浏览器 quic 流量的 server name 因此怀疑嗅探器存在一定程度的缺陷。
1.12.0-alpha.9 版本可以探测出 server name
1.12.0-alpha.9
server name
Sorry, something went wrong.
No branches or pull requests
操作系统
Windows
系统版本
24H2
安装类型
sing-box 原始命令行程序
如果您使用图形客户端程序,请提供该程序版本。
No response
版本
描述
1.12.x
似乎无法探测 quic 流量的进程。重现方式
浏览器启用 quic (chrome://flags/#enable-quic) 访问 Youtube 在相同配置的情况下,
1.11.3
可以探测到进程为chrome
而1.12.x
则无法获取。日志
INFO router: failed to search process: process not found for 192.168.12.1:62850
支持我们
完整性要求
The text was updated successfully, but these errors were encountered: