mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-02 17:27:50 -04:00
13 lines
359 B
Protocol Buffer
13 lines
359 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package v2ray.core.transport.internet;
|
|
option go_package = "internet";
|
|
option java_package = "com.v2ray.core.transport.internet";
|
|
option java_outer_classname = "AuthenticatorProto";
|
|
|
|
import "v2ray.com/core/common/loader/type.proto";
|
|
|
|
message AuthenticatorConfig {
|
|
string name = 1;
|
|
v2ray.core.common.loader.TypedSettings settings = 2;
|
|
} |