Skip to content

Commit 28c0c2e

Browse files
authored
Update 一键搭建多个协议节点教程.md
1 parent b359cc1 commit 28c0c2e

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

一键搭建多个协议节点教程.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**2024年2月25日发布**
1+
**2024年3月27日更新**
22

33
***
44

@@ -138,8 +138,9 @@ vultr实际上是折算成小时来计费的,比如服务器是5美元1个月
138138

139139
脚本安装命令:
140140

141+
```bash
141142
bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)
142-
143+
```
143144
> 安装完成后,输入argox可进入管理页面。脚本来自[fscarmen/ArgoX](https://github.com/fscarmen/ArgoX)
144145
145146
***
@@ -182,12 +183,18 @@ VPS IP、Argo域名、Reality的端口号、优选域名都可以回车。
182183

183184
**如果选择的是CentOS系统,还需要关闭vps防火墙来开放端口,相关命令如下:**
184185

185-
**查看防火墙状态命令**:firewall-cmd --state
186-
187-
**停止firewall命令**:systemctl stop firewalld.service
188-
189-
**禁止firewall开机启动命令**:systemctl disable firewalld.service
190-
186+
**查看防火墙状态命令**
187+
```bash
188+
firewall-cmd --state
189+
```
190+
**停止firewall命令**
191+
```bash
192+
systemctl stop firewalld.service
193+
```
194+
**禁止firewall开机启动命令**
195+
```bash
196+
systemctl disable firewalld.service
197+
```
191198

192199
***
193200

@@ -198,11 +205,11 @@ VPS IP、Argo域名、Reality的端口号、优选域名都可以回车。
198205

199206
***
200207

208+
```bash
201209
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
202-
203210
chmod +x tcp.sh
204-
205211
./tcp.sh
212+
```
206213

207214

208215
***

0 commit comments

Comments
 (0)