Xray-core icon indicating copy to clipboard operation
Xray-core copied to clipboard

Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses.

Results 485 Xray-core issues
Sort by recently updated
recently updated
newest added

git clone的时候不定时、大概率的出现以下错误: ``` fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed ``` 这个问题困扰了很久(v2ray+vmess也有相类似的问题),希望能够得到解决,感谢感谢!!!

2021/10/22 14:26:04 xxx.xxx.xxx.xxx:0 rejected proxy/vless/encoding: failed to read request version > websocket: close 1006 (abnormal closure): unexpected EOF 2021/10/22 14:26:04 xxx.xxx.xxx.xxx:0 rejected proxy/vless/encoding: failed to read request version > websocket:...

请问,有支持DoT (Dns over Tls)类型的dns查询请求的计划吗?? 希望内置dns模块能够支持dot类型的dns服务器。 config.json配置示例如下: 示例A: "dns": { "servers": [ { "address": "**tls+local://8.8.4.4**", "port": 853 } ] } 示例B: "dns": { "servers": [ { "address": "**tls://8.8.4.4**", "port": 853 }...

2021/10/18 13:41:46 UDP:8.8.8.8:53 got answer: courier.push.apple.com -> [] 186.110044ms 2021/10/18 13:41:46 UDP:8.8.8.8:53 cache HIT: courier.push.apple.com -> [] 2021/10/18 13:41:46 UDP:8.8.8.8:53 cache HIT: courier.push.apple.com -> [] 2021/10/18 13:41:47 UDP:8.8.8.8:53 cache HIT:...

启动服务(2021/10/13 9:28:33)... 2021/10/13 09:28:34 Using default config: D:\v2rayN\config.json panic: Calling Domain() on an IPv4Address. goroutine 1 [running]: github.com/xtls/xray-core/common/net.ipv4Address.Domain(...) github.com/xtls/xray-core/common/net/address.go:132 github.com/xtls/xray-core/transport/internet/tcp.ListenTCP({0xea6930, 0xc00002a0a8}, {0xea7c38, 0xc0014f26c4}, 0x0, 0xc0003045a0, 0xc0014f4d80) github.com/xtls/xray-core/transport/internet/tcp/hub.go:50 +0x17f github.com/xtls/xray-core/transport/internet.ListenTCP({0xea6930, 0xc00002a0a8},...

访问部分B站图片会无法加载,哪些不能会报错似乎是随机的。过段时间后可能全部正常了,也可能换了一批图片无法加载。 而且只有B站有这个问题 比如https://i0.hdslb.com/bfs/archive/2706c40aafea50bbfb05fdbef513b2dc787961b5.jpg@336w_190h_1c.webp 走`freedom`协议时会报错`ERR_SSL_VERSION_OR_CIPHER_MISMATCH` 而走代理反而正常 ### 报错信息 ![image](https://user-images.githubusercontent.com/25722111/135762214-6a294460-7b3a-4943-afc2-c85bfb9d2c7e.png) ### 用Python requests访问的报错: > SSLError: HTTPSConnectionPool(host='i0.hdslb.com', port=443): Max retries exceeded with url: /bfs/archive/2706c40aafea50bbfb05fdbef513b2dc787961b5.jpg@336w_190h_1c.webp (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure...

xray 服务端&客户端版本均为 1.4.4 其中客户端为 Android ,直接使用 core 而非套壳 app 路由已配置 geoip:private 直连,域名策略为 IPIfNonMatch ,但在访问诸如 imis.qq.com 之类的被解析为 127.0.0.1 的网址时,未能如期直连 虽然可以通过手动添加域名规则到路由表里实现直连,但考虑到类似的域名颇多,还是解析为 ip 再连接更一劳永逸 该问题在使用透明代理时亦存在 https://github.com/Asterisk4Magisk/Xray4Magisk/issues/57

连github.com的时后出现下面错误,这个月发生了两次。把xray关闭后重启就马上能连了。 Fastly error: unknown domain: github.com. Please check that this domain has been added to a service. Details: cache-sjc10062-SJC 协定是xtls,有用fakedns,平台是openwrt x86-64,用tproxy连。 {  "fakedns": {   "ipPool": "172.19.0.0/16",   "poolSize": 65535  },  "dns":...

Refactor:`GeoSite` `GeoIP ` 的解析与使用。 Sniffer:添加 `ipsExcluded` Sniffer:`ipsExcluded`与 `domainsExcluded`支持 `GeoSite` `GeoIP` Dns: 修复根据 `PrioritizedDomain` 排序客户端的逻辑 Breaking Change: - `domainsExcluded` 的默认匹配方式是 `Keyword`

使用一段时间后(大约几分钟,没有固定),就会在dns log里发现大量的 empty response(无论有无cached)。 怎么发现这问题?应用一直无法连线,排查后才发现是dns无法正常解析。 每次重置xray后就正常,但几分钟后又复现。 估计与 dns cache有关,还请大神看一下。 ``` DOHL//1.1.1.1 got answer: ctldl.windowsupdate.com -> [2606:2800:11f:85d:13e0:11e9:1a6:201d, 67.26.163.254, 8.250.187.254, 8.252.188.126, 8.250.175.254, 8.249.21.254] 554.0207ms DOHL//1.1.1.1 got answer: wdcp.microsoft.com -> [] 674.0201ms DOHL//1.06:29:54...