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

通过 xray 开放的 grpc 接口添加的一些入站、出站等一些配置最终会保存在哪?又怎么去查看这些数据?

我想用 java 来调用 xray rpc 接口,但是在我工程里作为客户端调 xray 接口的时候,比如 addInbound 接口,grpc 接口需要在 AddInboundRequest 对象里构建一个 InboundHandlerConfig 对象,InboundHandlerConfig 对象里参数不是很清楚,不知道传一些什么参数,希望大佬给予解惑

Hi guys! Recently there was a problem with connecting the xray vless+tls+ws cloudflare cdn on all clients is this error: `[Warning] [3963568036] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound:...

同样的问题也出现在v2ray-core:https://github.com/v2fly/v2ray-core/issues/1807 两个月前已经有人给v2ray-core提交了修复代码:https://github.com/v2fly/v2ray-core/pull/1821 但还没merge。 当时同样的配置文件用在xray-core上也遇到了相同的错误 ![Screenshot_20220809_013125_xray-core](https://user-images.githubusercontent.com/8210187/183481117-8d29171d-19d9-4d4b-8434-4f32d78bc1b2.png) xray-core生成的错误日志: > 2022/08/08 23:14:02 [Info] app/dns: DNS: created UDP client initialized for 108.61.10.10:53 > 2022/08/08 23:14:02 [Info] app/dns: DNS: created UDP client initialized for [2001:19f0:300:1704::6]:53...

能够正常访问网站,但所有网站都会在error.log显示dns错误。而且reddit加载时间需要好几秒。 error.log: ``` 2022/08/06 08:07:54 [Error] app/dns: failed to retrieve response for b.thumbs.redditmedia.com. > Post "https://1.1.1.1/dns-query": context canceled 2022/08/06 08:07:54 [Error] app/dns: failed to retrieve response for b.thumbs.redditmedia.com. > Post...

![屏幕截图 2022-08-05 101701 (2)](https://user-images.githubusercontent.com/108619712/182990116-986d5c43-1f6d-423b-9d90-8c52bc1b6f46.jpg) ![屏幕截图 2022-08-05 101853 (2)](https://user-images.githubusercontent.com/108619712/182990137-f00e2fe1-e5e5-4ca6-97af-dfbd52e351bd.jpg) ![屏幕截图 2022-08-05 101336 (2)](https://user-images.githubusercontent.com/108619712/182990148-995b5ab4-82e4-4661-b23d-8f2b4ce3dda7.jpg) 在虚拟机 ubuntu20.04 测试xray1.5.5, 用 cat /proc/{进程id}/status 指令看到的内存占用很大。 用 systemctl status xray 指令看到的就少很多。 不知道那个数据才靠谱。 我也也在虚拟机安装openwrt上测试过 1.5.9 。同样的config.json,结果系统显示的内存占用是等于ubuntu中进程占用的结果的。 ![屏幕截图 2022-08-05...

在手机和win系统都没问题,但mac不好使,客户端config.json如下 ``` { "routing":{ "name":"all_to_main", "domainStrategy":"AsIs", "rules":[ { "type":"field", "outboundTag":"xray server3", "port":"0-65535" } ] }, "inbounds":[ { "listen":"127.0.0.1", "protocol":"socks", "settings":{ "ip":"127.0.0.1", "auth":"noauth", "udp":true }, "tag":"socksinbound", "port":10808 }, { "listen":"127.0.0.1", "protocol":"http",...

系统: Openwrt原版 x86_64 使用的luci: https://github.com/kuoruan/luci-app-v2ray 因为这个好久没有更新了,所以我将Xray的二进制文件名改为v2ray 并替换掉原来的二进制文件,所以下面的pdf中文件名显示的是v2ray 开启白名单两个小时内主要是浏览网页 内存从120MB 涨到950MB pdf文件是使用下面的命令生成的 ```shell go tool pprof http://example.com/debug/pprof/allocs ``` [profile001.pdf](https://github.com/XTLS/Xray-core/files/9243301/profile001.pdf) 配置文件: ```json { "observatory": { "subjectSelector": [ "test1", "test2" ], "probeURL": "http://www.gstatic.com/generate_204",...

I have chain of xray servers and want to use DNS resolver on the first server, but can't find a way how I can to do it. When client send...

https://github.com/e1732a364fed/xtls-/blob/main/README.md