File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ fodder/.DS_Store
66GEMINI.md
77GEMINI.zh-CN.md
88AGENTS.md
9+ .worktrees /
10+ docs
11+ .sisyphus
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Xray-core/sing-box 一键脚本快速安装
2525
2626## 快速开始
2727
28- ### 安装
28+ ### 安装脚本版
2929
3030```
3131wget -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-
3939vasma
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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments