mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-12 14:09:11 -04:00
refine proto package names
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package com.v2ray.core.proxy.vmess.inbound;
|
||||
package v2ray.core.proxy.vmess.inbound;
|
||||
option go_package = "inbound";
|
||||
option java_package = "com.v2ray.core.proxy.vmess.inbound";
|
||||
option java_outer_classname = "ConfigProto";
|
||||
|
||||
import "v2ray.com/core/common/protocol/user.proto";
|
||||
|
||||
@@ -15,7 +17,7 @@ message DefaultConfig {
|
||||
}
|
||||
|
||||
message Config {
|
||||
repeated com.v2ray.core.common.protocol.User user = 1;
|
||||
repeated v2ray.core.common.protocol.User user = 1;
|
||||
DefaultConfig default = 2;
|
||||
DetourConfig detour = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user