【笔记】Xray学习笔记

前言

Project X originates from XTLS protocol, providing a set of network tools such as Xray-core and REALITY.(Github

下载依赖

1
brew install xray

运行项目

  • 从当前目录下寻找config.json作为配置文件
1
xray

运行项目时指定配置文件

-c <filename>.json:指定配置文件

1
xray run -c <filename>.json

生成UUID

1
xray uuid

自定义UUID映射

文本内容:可以包含emoji

1
xray uuid -i "文本内容"

完成