1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 08:15:21 -05:00

rename server spec user

This commit is contained in:
Darien Raymond
2016-09-25 22:57:27 +02:00
parent c5f09c64a2
commit 922e761bef
5 changed files with 21 additions and 22 deletions

View File

@@ -9,5 +9,5 @@ option go_package = "protocol";
message ServerSpecPB {
com.v2ray.core.common.net.AddressPB address = 1;
uint32 port = 2;
repeated com.v2ray.core.common.protocol.User users = 3;
repeated com.v2ray.core.common.protocol.User user = 3;
}