mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-20 10:18:40 +00:00
Add h2 & gRPC health check
This commit is contained in:
parent
d45298a10d
commit
d9d04a230f
8 changed files with 162 additions and 83 deletions
|
@ -7,4 +7,6 @@ message Config {
|
|||
string host = 1;
|
||||
string service_name = 2;
|
||||
bool multi_mode = 3;
|
||||
int32 idle_timeout = 4;
|
||||
int32 health_check_timeout = 5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue