Commit 28c0c2e 1 parent b359cc1 commit 28c0c2e Copy full SHA for 28c0c2e
File tree 1 file changed +17
-10
lines changed
1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
- ** 2024年2月25日发布 。**
1
+ ** 2024年3月27日更新 。**
2
2
3
3
***
4
4
@@ -138,8 +138,9 @@ vultr实际上是折算成小时来计费的,比如服务器是5美元1个月
138
138
139
139
脚本安装命令:
140
140
141
+ ``` bash
141
142
bash <( wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)
142
-
143
+ ```
143
144
> 安装完成后,输入argox可进入管理页面。脚本来自[ fscarmen/ArgoX] ( https://github.com/fscarmen/ArgoX ) 。
144
145
145
146
***
@@ -182,12 +183,18 @@ VPS IP、Argo域名、Reality的端口号、优选域名都可以回车。
182
183
183
184
** 如果选择的是CentOS系统,还需要关闭vps防火墙来开放端口,相关命令如下:**
184
185
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
+ ```
191
198
192
199
***
193
200
@@ -198,11 +205,11 @@ VPS IP、Argo域名、Reality的端口号、优选域名都可以回车。
198
205
199
206
***
200
207
208
+ ``` bash
201
209
wget -N --no-check-certificate " https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
202
-
203
210
chmod +x tcp.sh
204
-
205
211
./tcp.sh
212
+ ```
206
213
207
214
208
215
***
You can’t perform that action at this time.
0 commit comments