1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 23:06:14 -04:00

Update user id

This commit is contained in:
V2Ray 2015-11-02 00:05:32 +01:00
parent 590699fc7b
commit bbac647656
2 changed files with 9 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"address": "127.0.0.1", "address": "127.0.0.1",
"port": 37192, "port": 37192,
"users": [ "users": [
{"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"} {"id": "27848739-7e62-4138-9fd3-098a63964b6b"}
], ],
"network": "tcp" "network": "tcp"
} }

View File

@ -7,7 +7,14 @@
"protocol": "vmess", "protocol": "vmess",
"settings": { "settings": {
"clients": [ "clients": [
{"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"} {
"id": "27848739-7e62-4138-9fd3-098a63964b6b",
"level": 0
},
{
"id": "3b129dec-72a3-4d28-aeee-028a0fe86e22",
"level": 1
}
], ],
"udp": false "udp": false
} }