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

Xray:(VLESS/VMess)-(TCP/gRPC/WebSocket)-(XTLS/TLS)+Web 搭建/管理脚本

Results 21 Xray-script issues
Sort by recently updated
recently updated
newest added

在文件/usr/local/etc/xray/config.json中添加: "outbounds": [ { "tag":"IP4_out", "protocol": "freedom", "settings": {} }, { "tag":"IP6_out", "protocol": "freedom", "settings": { "domainStrategy": "UseIPv6" } } ], "routing": { "rules": [ { "type": "field", "outboundTag": "IP6_out",...

Fix: https://github.com/XTLS/Xray-core/issues/491 https://github.com/XTLS/Xray-core/discussions/562 相关问题已在斐讯 K2P (MT7621, Padavan/ImmortalWrt/Lean lede),竞斗云/G-Dock/P&W R619AC (IPQ4019, ImmortalWrt/Lean lede) 成功复现,服务器端为WS+TLS,测试了下别人的 TCP+XTLS 节点也有同样问题,如果使用 ZeroSSL 签发的证书,可能必须打开 Allow Insecure,否则 CPU 占用很可能会卡死 100% 且此时无法正常上网。更改为 Let's Encrypt 证书后问题解决。MT7621 平台似乎 100% 复现,ipq40xx 似乎有时没问题(目前硬件不在手上,无法测试)。...

结合geosite.dat和geoip.dat使得route和dns功能有效

how can i ban bittorrent ?

安装正常,也能正常使用,但三月后证书过期,又要上服务器手工更新一下证书,请问有办法解决吗?或者大家有没有1年期的免费证书介绍介绍? 环境,oracle cloud + cloudflare

https://github.com/XTLS/Xray-install/blob/d516ba5d57c79335dd606cf950ae65330ab7867a/install-release.sh#L764 仅仅为安装脚本添加 `--beta` 参数即可

新功能请求(features require)

中间报错 140135307208000:error:0607907F:digital envelope routines:EVP_PKEY_get0_RSA:expecting an rsa key:../crypto/evp/p_lib.c:469:

如题,配置都对,安卓手机用gRPC联网没问题, 小火箭下就是不行。提示没有联网

看到这个https://github.com/XTLS/Xray-core/issues/1027 想在服务器端添加以下routing配置,添加完后xray无法启动,求解。 "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", "ip": [ "geoip:cn" ], "outboundTag": "block" } ] },