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
具体表现为访问国内网站时一直加载,然后显示加载时间过长错误。
但是在此过程中试图访问一些走非 freedom 出口的网站却一切正常。
{ "routing": { "rules": [ { "ip": ["geoip:private"], "outboundTag": "direct" }, { "domain": [ "gstatic.com", "googleapis.com" ], "outboundTag": "proxy" }, { "domain": ["geosite:cn"], "outboundTag": "direct" } ] }, "inbounds": [ { "listen": "127.0.0.1", "port": 10000, "protocol": "http" }, { "listen": "127.0.0.1", "port": 10001, "protocol": "socks", "settings": { "udp": true, "ip": "127.0.0.1" } } ], "outbounds": [ { "tag": "proxy", "protocol": "trojan", "settings": { "servers": [ { "address": "N/A", "port": N/A, "password": "N/A" } ] }, "streamSettings": { "security": "tls", "tlsSettings": { "serverName": "N/A", "allowInsecure": true } } }, { "tag": "direct", "protocol": "freedom" } ] }
version 25.5.16 darwin amd64
2025/05/19 21:07:32.525154 [Warning] core: Xray 25.5.16 started 2025/05/19 23:37:32.707589 [Warning] [2173784814] proxy/http: failed to read response from baidu.com > io: read/write on closed pipe 2025/05/19 23:37:32.707841 [Warning] [2173784814] app/proxyman/inbound: connection ends > proxy/http: connection ends > proxy/http: failed to write response > write tcp 127.0.0.1:10000->127.0.0.1:56223: write: broken pipe 2025/05/19 23:40:03.310685 [Warning] [380627693] proxy/http: failed to read response from baidu.com > unexpected EOF 2025/05/19 23:40:47.251879 [Warning] [1253799846] proxy/http: failed to read response from baidu.com > io: read/write on closed pipe
The text was updated successfully, but these errors were encountered:
无法复现 不接受一句话反馈 性能下降请给出更详细的步骤和证明
Sorry, something went wrong.
No branches or pull requests
具体表现为访问国内网站时一直加载,然后显示加载时间过长错误。
但是在此过程中试图访问一些走非 freedom 出口的网站却一切正常。
The text was updated successfully, but these errors were encountered: