diff --git a/README.md b/README.md index 879927f..038979b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ { "users": [ { - "id": "" + "id": "Your_UUID" } ], "port": 1234, @@ -116,7 +116,7 @@ "settings": { "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)