feat(脚本): 增加docker reality

This commit is contained in:
mack-a
2026-05-12 17:22:33 +08:00
parent 617e30c2b0
commit 8e306bd987
5 changed files with 3782 additions and 2 deletions
+3
View File
@@ -6,3 +6,6 @@ fodder/.DS_Store
GEMINI.md
GEMINI.zh-CN.md
AGENTS.md
.worktrees/
docs
.sisyphus
+16 -1
View File
@@ -25,7 +25,7 @@ Xray-core/sing-box 一键脚本快速安装
## 快速开始
### 安装
### 安装脚本版
```
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-
vasma
```
### 安装Docker版
```
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
```
### 使用
* [Docker Reality 使用说明](https://www.v2ray-agent.com/archives/019e1b57-92b3-70ab-8919-cdf8c0bb4fe9)
安装后,运行以下命令可再次打开管理菜单:
```
vasmad
```
## 文档和指南
* [八合一脚本从入门到精通](https://www.v2ray-agent.com/archives/1710141233)
+1 -1
View File
@@ -9968,7 +9968,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者:mack-a"
echoContent green "当前版本:v3.5.16"
echoContent green "当前版本:v3.5.17"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff