Skip to content

freedom 出口访问国内网站偶尔非常慢甚至无法加载 #4744

New issue

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

Closed
owl9527 opened this issue May 19, 2025 · 1 comment
Closed

freedom 出口访问国内网站偶尔非常慢甚至无法加载 #4744

owl9527 opened this issue May 19, 2025 · 1 comment

Comments

@owl9527
Copy link

owl9527 commented May 19, 2025

具体表现为访问国内网站时一直加载,然后显示加载时间过长错误。

但是在此过程中试图访问一些走非 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
@Fangliding
Copy link
Member

无法复现 不接受一句话反馈 性能下降请给出更详细的步骤和证明

@Fangliding Fangliding closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants