mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add user agent to gRPC (#1790)
This commit is contained in:
parent
c6b78318cb
commit
6872be5cc3
4 changed files with 23 additions and 6 deletions
|
@ -11,4 +11,5 @@ message Config {
|
|||
int32 health_check_timeout = 5;
|
||||
bool permit_without_stream = 6;
|
||||
int32 initial_windows_size = 7;
|
||||
string user_agent = 8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue