mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Add JsonV5 support for QUIC
This commit is contained in:
parent
c333383a0a
commit
7deca02977
@ -9,7 +9,12 @@ option java_multiple_files = true;
|
||||
import "google/protobuf/any.proto";
|
||||
import "common/protocol/headers.proto";
|
||||
|
||||
import "common/protoext/extensions.proto";
|
||||
|
||||
message Config {
|
||||
option (v2ray.core.common.protoext.message_opt).type = "transport";
|
||||
option (v2ray.core.common.protoext.message_opt).short_name = "quic";
|
||||
|
||||
string key = 1;
|
||||
v2ray.core.common.protocol.SecurityConfig security = 2;
|
||||
google.protobuf.Any header = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user