mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-03 09:39:29 +08:00
Clarify changes needed from the example config
This commit is contained in:
parent
084bb78a2f
commit
484eecef60
11
README.md
11
README.md
@ -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```
|
||||||
|
|
||||||
## 如何选取适合自己的配置:
|
## 如何选取适合自己的配置:
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user