From 2b5a5cc1ca536a96904653f61f47e5d510e2e450 Mon Sep 17 00:00:00 2001 From: NewName Date: Wed, 27 Mar 2024 20:16:56 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index bd1b585..9484d38 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,16 @@ wget -N --no-check-certificate https://raw.githubusercontent.com/taotao1058/shel ``` wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/xray.sh && bash xray.sh ``` + +### 批量搭建vmess节点并把节点信息传输到另一台机器 + +一:先把`x.sh`文件中的第88行填入你目的主机的密码和IP +二:目的主机需在`home`目录下创建`xray.txt`文件 +``` +touch /home/xray.txt +``` +三:然后再执行此脚本 + +``` +wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/x.sh && bash x.sh +```