This commit is contained in:
vincent 2024-05-16 15:46:27 +08:00
parent 9140165d05
commit 2833cb8e3c

View File

@ -9,10 +9,9 @@
- qrencode - 用于生成二维码
## 启动和关闭
生成并设置密钥和uuid, **第一次运行必须执行**
初始化, 设置密钥和uuid, **第一次运行必须执行**
```
cd ./bin
bash ./init.sh
bash ./bin/init.sh
```
启动
@ -20,7 +19,7 @@ bash ./init.sh
docker-compose up -d
```
关闭
停止
```
docker-compose down
```
@ -35,7 +34,6 @@ bash ./bin/update_docker_images.sh
bash ./bin/print_share_link.sh
```
## 修改端口
修改conf/config.json
```json
@ -53,7 +51,6 @@ bash ./bin/print_share_link.sh
//...
```
## 参考信息
- [xray官方文档](https://xtls.github.io/)
- [xray代码仓库](https://github.com/xtls/xray-core)