Skip to content

Commit 8e306bd

Browse files
committed
feat(脚本): 增加docker reality
1 parent 617e30c commit 8e306bd

5 files changed

Lines changed: 3782 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ fodder/.DS_Store
66
GEMINI.md
77
GEMINI.zh-CN.md
88
AGENTS.md
9+
.worktrees/
10+
docs
11+
.sisyphus

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Xray-core/sing-box 一键脚本快速安装
2525

2626
## 快速开始
2727

28-
### 安装
28+
### 安装脚本版
2929

3030
```
3131
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
@@ -39,6 +39,21 @@ wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-
3939
vasma
4040
```
4141

42+
### 安装Docker版
43+
```
44+
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/shell/docker_reality.sh" && chmod 700 /root/docker_reality.sh && /root/docker_reality.sh
45+
```
46+
47+
### 使用
48+
49+
* [Docker Reality 使用说明](https://www.v2ray-agent.com/archives/019e1b57-92b3-70ab-8919-cdf8c0bb4fe9)
50+
51+
安装后,运行以下命令可再次打开管理菜单:
52+
53+
```
54+
vasmad
55+
```
56+
4257
## 文档和指南
4358

4459
* [八合一脚本从入门到精通](https://www.v2ray-agent.com/archives/1710141233)

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9968,7 +9968,7 @@ menu() {
99689968
cd "$HOME" || exit
99699969
echoContent red "\n=============================================================="
99709970
echoContent green "作者:mack-a"
9971-
echoContent green "当前版本:v3.5.16"
9971+
echoContent green "当前版本:v3.5.17"
99729972
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
99739973
echoContent green "描述:八合一共存脚本\c"
99749974
showInstallStatus

0 commit comments

Comments
 (0)