mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add Authority to gRPC Transport (#3076)
Why couldn't you have Host, for the last three years?
This commit is contained in:
parent
aa101d9dc2
commit
7184a8165f
4 changed files with 57 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue