Xray icon indicating copy to clipboard operation
Xray copied to clipboard

使用 Cloudflare 中转 Xray 流量问题求助

Open likebug opened this issue 2 years ago • 2 comments

按照233boy大佬的教程一步步设置完成了,但是代理不生效是什么情况,安装了xray,启用ws; 协议 (protocol) = vmess 地址 (address) = a.xxxxx.site 端口 (port) = 443 用户ID (id) = 30847xxxxxxxa465d7 传输协议 (network) = ws 伪装域名 (host) = a.xxxxx.site 路径 (path) = /3084xxxxxxxx465d7 传输层安全 (TLS) = tls

CF也开启过了SSL的完全模式:您的 SSL/TLS 加密模式为 完全

clash客户端配置如下: { name: 'vpn', type: vmess, server: a.xxxxxx.site, port: 443, uuid: 3084xxxxxxx65d7, alterId: 0, cipher: auto, tls: true, skip-cert-verify: false, network: ws, ws-opts: {path: /3084xxxxxxx65d7, headers: {Host: a.xxxxxxx.site}}}

请问是哪里出了问题?

likebug avatar Oct 19 '23 01:10 likebug

经过测试,如果不用CF中转而是在域名解析平台直接解析的话,代理状态正常,如果用了CF,即使是回源模式,代理节点也是异常无法使用

likebug avatar Oct 19 '23 03:10 likebug

@likebug

那可能是你那无法使用 CF 的网络

233boy avatar Oct 19 '23 14:10 233boy