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

有些服务器到测速域名的延迟偏高,是否可以实现类似的需求? 检测到测速链接[https://www.google.com/generate_204](url),则重定向为127.0.0.1的host,谷歌搜索不受影响

can anyone help me i want to limit a users bandwidth .

enhancement

It seems that UDP can not go through tunnel and portal, which are used in the reverse proxy mode to expose local port to the internet. The original v2fly/v2ray support...

透明代理(TProxy)配置教程 by a @BioniCosmos https://xtls.github.io/document/level-2/tproxy.html 按照这个配置设置成功,但是分流还是会有问题,现在只想让内网的一台ps5走全局代理,不搞分流了 求教iptable应该怎么设置,现在的iptable: iptables -t mangle -N XRAY iptables -t mangle -A XRAY ! -s 网关LAN_IP地址段 -j RETURN iptables -t mangle -A XRAY -d 10.0.0.0/8 -j...

write.go 中源码如下: mb2 := make(buf.MultiBuffer, 0, len(data)+1) mb2 = append(mb2, frame) mb2 = append(mb2, data...) return writer.WriteMultiBuffer(mb2) 问题是 frame 中并没有包括data(缓冲)的个数,那对端如何判断frame后的哪些data,哪个是数据,哪个是新的frame呢? client端收到大文件传输的数据中,很多data中莫名多出几个keep frame,除了长度一般都是6(len + 4 bytes),几乎没有其它标志。 如果keep frame 带地址信息长度不是6,怎么判断数据是一个新的frame?

忘记在哪里看到说新版本要对配置做优化更直观配置,好像是第5版? 在看文档的时候说到 "type": "field" 目前没什么作用默认都为"type": "field"且要写? 比如看到如下配置,"type": "field" 建议省略掉。更简洁 ```json { "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "domain": ["geosite:category-ads-all"], "outboundTag": "block" }, { "type": "field", "domain": ["geosite:cn",...

The traffic would go like this: Traffic -> Wireguard Outbound (in xray-core) -> VLESS (XTLS) Xray Client -> VLESS (XTLS) Xray Server -> Wireguard Server (in xray-core) -> Internet

Can there potentially be a GRPC_Browser_Dialer with grpc-web?