This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
* 服务器配置参数
15
15
16
- 1. 访问域名 如:test.com ,v2ray客户端显示的名称,可以是域名/IP
17
-
16
+ 1. 访问域名 如:test.com ,v2ray客户端显示的名称,可以是域名/IP
18
17
2. 访问端口 https tls ->443 ,或者其他80 etc
19
-
20
18
3. v2rayTag 当前v2ray config.json下默认`6001`
19
+ 4. alterId 新服务器填0
21
20
22
21
* 账号参数
23
22
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apt-get update
13
13
# 安装必要软件
14
14
apt install vim nginx openjdk-8-jre wget unzip -y
15
15
# 安装v2ray -来源官网新版
16
- bash <( curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version 4.33 .0
16
+ bash <( curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version 5.3 .0
17
17
18
18
```
19
19
- CentOS (据反映有selinux相关的问题)
@@ -25,7 +25,7 @@ yum install epel-release
25
25
# 安装必要软件
26
26
yum install vim nginx java-1.8.0-openjdk wget unzip -y
27
27
# 安装v2ray -来源官网
28
- bash <( curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version 4.33 .0
28
+ bash <( curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version 5.3 .0
29
29
```
30
30
31
31
You can’t perform that action at this time.
0 commit comments