mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 20:39:36 +03:00
Add Authority to gRPC Transport (#3076)
Why couldn't you have Host, for the last three years?
This commit is contained in:
@ -4,7 +4,7 @@ package xray.transport.internet.grpc.encoding;
|
||||
option go_package = "github.com/xtls/xray-core/transport/internet/grpc";
|
||||
|
||||
message Config {
|
||||
string host = 1;
|
||||
string authority = 1;
|
||||
string service_name = 2;
|
||||
bool multi_mode = 3;
|
||||
int32 idle_timeout = 4;
|
||||
|
Reference in New Issue
Block a user