Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/acme.sh && bash acme.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/acme.sh && bash acme.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/acme
|
|||||||
适用于Ubuntu系统。(需先把域名解析到公网IP并开放80和443端口用于自动配置TLS证书)
|
适用于Ubuntu系统。(需先把域名解析到公网IP并开放80和443端口用于自动配置TLS证书)
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/wordpress.sh && bash wordpress.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/wordpress.sh && bash wordpress.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@@ -21,19 +21,19 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/word
|
|||||||
适用于Debian、Ubuntu、Kali Linux 系统。xray内核 vmess入站,多sk5出站
|
适用于Debian、Ubuntu、Kali Linux 系统。xray内核 vmess入站,多sk5出站
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/vmess.sh && bash vmess.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/vmess.sh && bash vmess.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Hysteria 2 一键搭建脚本
|
### Hysteria 2 一键搭建脚本
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://raw.githubusercontent.com/taotao1058/shell/main/hy2/hysteria.sh && bash hysteria.sh
|
wget -N --no-check-certificate https://raw.githubusercontent.com/sky22333/shell/main/hy2/hysteria.sh && bash hysteria.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### vmess+ws一键脚本
|
### vmess+ws一键脚本
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/xray.sh && bash xray.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/xray.sh && bash xray.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### 批量搭建vmess节点并把节点信息传输到另一台机器
|
### 批量搭建vmess节点并把节点信息传输到另一台机器
|
||||||
@@ -47,14 +47,14 @@ touch /home/xray.txt
|
|||||||
三:然后再执行此脚本
|
三:然后再执行此脚本
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/x.sh && bash x.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/x.sh && bash x.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### 批量管理多台服务器脚本
|
### 批量管理多台服务器脚本
|
||||||
|
|
||||||
先在`root`目录下创建`ssh.txt`文件,文件内填入服务器信息,每行一个服务器,每行包含四部分信息(IP地址、端口、用户名和密码),用空格分隔。
|
先在`root`目录下创建`ssh.txt`文件,文件内填入服务器信息,每行一个服务器,每行包含四部分信息(IP地址、端口、用户名和密码),用空格分隔。
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/ssh.sh && bash ssh.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/ssh.sh && bash ssh.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@@ -63,5 +63,5 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/ssh.
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/Mbit.sh && bash Mbit.sh
|
wget -N --no-check-certificate https://github.com/sky22333/shell/raw/main/Mbit.sh && bash Mbit.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user