Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ef41226

Browse files
feat:服务器alterId说明
1 parent 5d96221 commit ef41226

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

step-by-step-conf.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
1414
* 服务器配置参数
1515

16-
1. 访问域名 如:test.com ,v2ray客户端显示的名称,可以是域名/IP
17-
16+
1. 访问域名 如:test.com ,v2ray客户端显示的名称,可以是域名/IP
1817
2. 访问端口 https tls ->443 ,或者其他80 etc
19-
2018
3. v2rayTag 当前v2ray config.json下默认`6001`
19+
4. alterId 新服务器填0
2120
2221
* 账号参数
2322

step-by-step-install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apt-get update
1313
# 安装必要软件
1414
apt install vim nginx openjdk-8-jre wget unzip -y
1515
# 安装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
1717

1818
```
1919
- CentOS (据反映有selinux相关的问题)
@@ -25,7 +25,7 @@ yum install epel-release
2525
# 安装必要软件
2626
yum install vim nginx java-1.8.0-openjdk wget unzip -y
2727
# 安装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
2929
```
3030

3131

0 commit comments

Comments
 (0)