1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
v2fly/proxy/vmess/account.proto
2016-09-24 23:11:58 +02:00

10 lines
148 B
Protocol Buffer

syntax = "proto3";
package com.v2ray.core.proxy.vmess;
option go_package = "vmess";
message AccountPB {
string id = 1;
uint32 alter_id = 2;
}