mirror of
https://github.com/amnezia-vpn/amnezia-libxray.git
synced 2026-05-17 06:55:44 +03:00
1.2 KiB
1.2 KiB
libxray
This is an Xray wrapper focusing on improving the experience of Xray-core mobile development.
Features
build.sh
编译脚本。一键生成 xcframework 和 aar。
clash.go
转换 Clash yaml,Clash.Meta yaml 为 Xray Json。
controller.go
试验性的 Android Protect(fd)。
file.go
文件写入。
geo.go
读取 geosite.data,生成类别名称文件,包含 Attribute。
读取 geoip.data,生成类别名称文件。
memory.go
强制 GC。
ping.go
测速。
port.go
获取空闲端口。
share.go
转换 v2rayN 订阅为 Xray Json。不支持 VMessQRCode。
转换 VMessAEAD/VLESS 分享为 Xray Json。
uuid.go
转换自定义文本为 uuid。
xray_json.go
Xray 配置的子集,为出口节点添加了 Name 字段,便于 App 内进行解析。
xray.go
启动和停止 Xray 。
Used By
Contributing
yiguo wrote the original source code. Now it belongs to the Xray Community.