mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-09-02 13:56:37 +00:00
feat(脚本): 增加docker reality
This commit is contained in:
@@ -6,3 +6,6 @@ fodder/.DS_Store
|
||||
GEMINI.md
|
||||
GEMINI.zh-CN.md
|
||||
AGENTS.md
|
||||
.worktrees/
|
||||
docs
|
||||
.sisyphus
|
||||
|
||||
@@ -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
@@ -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 "Github:https://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
Reference in New Issue
Block a user