Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Commit 47e198f

Browse files
author
aiyahacke
committed
修改readme
1 parent 1efaa49 commit 47e198f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ yum install java-1.8.0-openjdk java-1.8.0-openjdk-devel
5252
修改 config.properties
5353

5454
几个重点配置项
55+
- v2ray.system (操作系统,可选linux和windows,v0.0.3以上)
56+
- v2ray.arch (操作系统位数,可选32和64,v0.0.3以上)
5557
- ~~v2ray.grpc.port (tag为api的传入连接的端口)~~ (v0.0.3以上自动获取)
5658
- v2ray.tag (VMess协议的tag)
5759
- ~~v2ray.alter-id (与面板额外ID一致)~~ (v0.0.3以上在config.json中配置default)

config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### V2ray配置 ###
22

33
# 操作系统(windows,linux)
4-
v2ray.system=windows
4+
v2ray.system=linux
55
# 系统位数(32,64)
66
v2ray.arch=64
77

0 commit comments

Comments
 (0)