Clarify changes needed from the example config

This commit is contained in:
Xiang Zhu 2022-08-23 18:57:02 -07:00
parent 084bb78a2f
commit 484eecef60

View File

@ -72,7 +72,7 @@
{ {
"users": [ "users": [
{ {
"id": "" "id": "Your_UUID"
} }
], ],
"port": 1234, "port": 1234,
@ -116,7 +116,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": "Your_UUID"
} }
] ]
} }
@ -134,6 +134,13 @@
} }
``` ```
以上例子,做以下改动就可以使用:
- 填Your_IP_Address
- 在服务器端和客户端填一样的Your_UUID。
在Linux上可以这样产生UUID:
```cat /proc/sys/kernel/random/uuid```
## 如何选取适合自己的配置: ## 如何选取适合自己的配置:
![](how-to-choose/how-to-choose-a-v2ray-plan.png) ![](how-to-choose/how-to-choose-a-v2ray-plan.png)