1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-15 05:35:48 -05:00
This commit is contained in:
Darien Raymond
2016-10-18 00:12:09 +02:00
parent b81d091fb8
commit f049b3cc2b
3 changed files with 12 additions and 0 deletions

View File

@@ -10,5 +10,7 @@ import "v2ray.com/core/common/loader/type.proto";
message User {
uint32 level = 1;
string email = 2;
// Protocol specific account information.
v2ray.core.common.loader.TypedSettings account = 3;
}